Changeset 226912 in webkit
- Timestamp:
- Jan 12, 2018, 1:38:47 PM (8 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Platform/spi/ios/UIKitSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r226911 r226912 1 2018-01-12 Megan Gardner <megan_gardner@apple.com> 2 3 Unreviewed, fixing error in UIKitSPI.h. 4 5 * Platform/spi/ios/UIKitSPI.h: 6 1 7 2018-01-12 Megan Gardner <megan_gardner@apple.com> 2 8 -
trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h
r226911 r226912 969 969 970 970 #if __has_include(<UIKit/UITextInputMultiDocument.h>) 971 #import <UIKit/UIText AutofillSuggestion.h>971 #import <UIKit/UITextInputMultiDocument.h> 972 972 #else 973 @protocol UIText AutofillSuggestion<NSObject>973 @protocol UITextInputMultiDocument <NSObject> 974 974 @optional 975 975 - (void)_restoreFocusWithToken:(id <NSCopying, NSSecureCoding>)token completion:(void (^)(BOOL didRestore))completion;
Note:
See TracChangeset
for help on using the changeset viewer.