Changeset 238383 in webkit


Ignore:
Timestamp:
Nov 19, 2018 4:26:10 PM (6 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the internal iOS debug build after r238380

UICalloutBar should only be declared when the public (non-internal) SDK is used to build WebKit; otherwise, we
end up with duplicate declarations of UICalloutBar.

  • TestWebKitAPI/ios/UIKitSPI.h:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r238381 r238383  
     12018-11-19  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the internal iOS debug build after r238380
     4
     5        UICalloutBar should only be declared when the public (non-internal) SDK is used to build WebKit; otherwise, we
     6        end up with duplicate declarations of UICalloutBar.
     7
     8        * TestWebKitAPI/ios/UIKitSPI.h:
     9
    1102018-11-19  David Quesada  <david_quesada@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h

    r238380 r238383  
    9393@end
    9494
     95@interface UICalloutBar : UIView
     96+ (UICalloutBar *)sharedCalloutBar;
     97@end
     98
    9599#endif
    96100
    97101@protocol UITextInputTraits_Private_Proposed_SPI_34583628 <UITextInputPrivate>
    98102- (NSDictionary *)_autofillContext;
    99 @end
    100 
    101 @interface UICalloutBar : UIView
    102 + (UICalloutBar *)sharedCalloutBar;
    103103@end
    104104
Note: See TracChangeset for help on using the changeset viewer.