Changeset 244954 in webkit


Ignore:
Timestamp:
May 4, 2019 8:29:16 PM (5 years ago)
Author:
achristensen@apple.com
Message:

Fix internal build.
https://bugs.webkit.org/show_bug.cgi?id=197534

  • pal/spi/ios/UIKitSPI.h:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r244953 r244954  
     12019-05-04  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix internal build.
     4        https://bugs.webkit.org/show_bug.cgi?id=197534
     5
     6        * pal/spi/ios/UIKitSPI.h:
     7
    182019-05-04  Alex Christensen  <achristensen@webkit.org>
    29
  • trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h

    r244953 r244954  
    988988@end
    989989
    990 @interface UIWebFormAccessory (Staging_49666643)
    991 - (void)setNextPreviousItemsVisible:(BOOL)visible;
    992 @end
    993 
    994 @interface UIGestureRecognizer (Staging_45970040)
    995 @property (nonatomic, readonly, getter=_modifierFlags) UIKeyModifierFlags modifierFlags;
    996 @end
    997 
    998990typedef NS_ENUM(NSInteger, UIScrollViewIndicatorInsetAdjustmentBehavior) {
    999991    UIScrollViewIndicatorInsetAdjustmentAutomatic,
     
    10301022
    10311023#endif // USE(APPLE_INTERNAL_SDK)
     1024
     1025@interface UIGestureRecognizer (Staging_45970040)
     1026@property (nonatomic, readonly, getter=_modifierFlags) UIKeyModifierFlags modifierFlags;
     1027@end
     1028
     1029@interface UIWebFormAccessory (Staging_49666643)
     1030- (void)setNextPreviousItemsVisible:(BOOL)visible;
     1031@end
    10321032
    10331033@class UIKeyboardRotationState;
Note: See TracChangeset for help on using the changeset viewer.