Changeset 241276 in webkit
- Timestamp:
- Feb 11, 2019, 12:43:03 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r241275 r241276 1 2019-02-11 Alex Christensen <achristensen@webkit.org> 2 3 Fix internal iOS build after r241272 4 https://bugs.webkit.org/show_bug.cgi?id=191446 5 6 * Platform/spi/ios/UIKitSPI.h: 7 Declare the _modifierFlags when using the internal SDK also. 8 1 9 2019-02-11 Wenson Hsieh <wenson_hsieh@apple.com> 2 10 -
trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h
r241272 r241276 359 359 @end 360 360 361 @interface UIGestureRecognizer ()362 @property (nonatomic, readonly, getter=_modifierFlags) UIKeyModifierFlags modifierFlags;363 @end364 365 361 @interface UITapGestureRecognizer () 366 362 @property (nonatomic, getter=_allowableSeparation, setter=_setAllowableSeparation:) CGFloat allowableSeparation; … … 1037 1033 #endif // USE(APPLE_INTERNAL_SDK) 1038 1034 1035 @interface UIGestureRecognizer () 1036 @property (nonatomic, readonly, getter=_modifierFlags) UIKeyModifierFlags modifierFlags; 1037 @end 1038 1039 1039 // FIXME: <rdar://problem/47714562> 1040 1040 @interface UIWebTouchEventsGestureRecognizer (Staging_47634092)
Note:
See TracChangeset
for help on using the changeset viewer.