⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246247 in webkit


Ignore:
Timestamp:
Jun 9, 2019, 2:47:55 PM (7 years ago)
Author:
bshafiei@apple.com
Message:

Cherry-pick r246216. rdar://problem/51345064

Fix non-iOS build after r246205
https://bugs.webkit.org/show_bug.cgi?id=198657

Reviewed by Brent Fulgham.
<rdar://problem/51345064>

  • page/Quirks.cpp:
  • page/Quirks.h:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@246216 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
tags/Safari-608.1.28.1/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-608.1.28.1/Source/WebCore/ChangeLog

    r246246 r246247  
     12019-06-09  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Cherry-pick r246216. rdar://problem/51345064
     4
     5    Fix non-iOS build after r246205
     6    https://bugs.webkit.org/show_bug.cgi?id=198657
     7   
     8    Reviewed by Brent Fulgham.
     9    <rdar://problem/51345064>
     10   
     11    * page/Quirks.cpp:
     12    * page/Quirks.h:
     13   
     14    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@246216 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     15
     16    2019-06-07  Michael Catanzaro  <mcatanzaro@igalia.com>
     17
     18            Fix non-iOS build after r246205
     19            https://bugs.webkit.org/show_bug.cgi?id=198657
     20
     21            Reviewed by Brent Fulgham.
     22            <rdar://problem/51345064>
     23
     24            * page/Quirks.cpp:
     25            * page/Quirks.h:
     26
    1272019-06-09  Babak Shafiei  <bshafiei@apple.com>
    228
  • tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.cpp

    r246245 r246247  
    279279}
    280280
    281 #if PLATFORM(IOS_FAMILY)
     281#if ENABLE(TOUCH_EVENTS)
    282282bool Quirks::shouldDispatchSimulatedMouseEvents() const
    283283{
  • tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.h

    r246245 r246247  
    5050    bool hasBrokenEncryptedMediaAPISupportQuirk() const;
    5151    bool hasWebSQLSupportQuirk() const;
    52 #if PLATFORM(IOS_FAMILY)
     52#if ENABLE(TOUCH_EVENTS)
    5353    bool shouldDispatchSimulatedMouseEvents() const;
    5454    bool shouldDispatchSimulatedMouseEventsOnTarget(EventTarget*) const;
Note: See TracChangeset for help on using the changeset viewer.