Changeset 241276 in webkit


Ignore:
Timestamp:
Feb 11, 2019 12:43:03 PM (5 years ago)
Author:
achristensen@apple.com
Message:

Fix internal iOS build after r241272
https://bugs.webkit.org/show_bug.cgi?id=191446

  • Platform/spi/ios/UIKitSPI.h:

Declare the _modifierFlags when using the internal SDK also.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r241275 r241276  
     12019-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
    192019-02-11  Wenson Hsieh  <wenson_hsieh@apple.com>
    210
  • trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h

    r241272 r241276  
    359359@end
    360360
    361 @interface UIGestureRecognizer ()
    362 @property (nonatomic, readonly, getter=_modifierFlags) UIKeyModifierFlags modifierFlags;
    363 @end
    364 
    365361@interface UITapGestureRecognizer ()
    366362@property (nonatomic, getter=_allowableSeparation, setter=_setAllowableSeparation:) CGFloat allowableSeparation;
     
    10371033#endif // USE(APPLE_INTERNAL_SDK)
    10381034
     1035@interface UIGestureRecognizer ()
     1036@property (nonatomic, readonly, getter=_modifierFlags) UIKeyModifierFlags modifierFlags;
     1037@end
     1038
    10391039// FIXME: <rdar://problem/47714562>
    10401040@interface UIWebTouchEventsGestureRecognizer (Staging_47634092)
Note: See TracChangeset for help on using the changeset viewer.