Changeset 246247 in webkit
- Timestamp:
- Jun 9, 2019, 2:47:55 PM (7 years ago)
- Location:
- tags/Safari-608.1.28.1/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
page/Quirks.cpp (modified) (1 diff)
-
page/Quirks.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/Safari-608.1.28.1/Source/WebCore/ChangeLog
r246246 r246247 1 2019-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 1 27 2019-06-09 Babak Shafiei <bshafiei@apple.com> 2 28 -
tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.cpp
r246245 r246247 279 279 } 280 280 281 #if PLATFORM(IOS_FAMILY)281 #if ENABLE(TOUCH_EVENTS) 282 282 bool Quirks::shouldDispatchSimulatedMouseEvents() const 283 283 { -
tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.h
r246245 r246247 50 50 bool hasBrokenEncryptedMediaAPISupportQuirk() const; 51 51 bool hasWebSQLSupportQuirk() const; 52 #if PLATFORM(IOS_FAMILY)52 #if ENABLE(TOUCH_EVENTS) 53 53 bool shouldDispatchSimulatedMouseEvents() const; 54 54 bool shouldDispatchSimulatedMouseEventsOnTarget(EventTarget*) const;
Note:
See TracChangeset
for help on using the changeset viewer.