Title: [226912] trunk/Source/WebKit
Revision
226912
Author
[email protected]
Date
2018-01-12 13:38:47 -0800 (Fri, 12 Jan 2018)

Log Message

Unreviewed, fixing error in UIKitSPI.h.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (226911 => 226912)


--- trunk/Source/WebKit/ChangeLog	2018-01-12 21:32:17 UTC (rev 226911)
+++ trunk/Source/WebKit/ChangeLog	2018-01-12 21:38:47 UTC (rev 226912)
@@ -1,5 +1,11 @@
 2018-01-12  Megan Gardner  <[email protected]>
 
+        Unreviewed, fixing error in UIKitSPI.h.
+
+        * Platform/spi/ios/UIKitSPI.h:
+        
+2018-01-12  Megan Gardner  <[email protected]>
+
         Implement MultiDocument protocol for restoring focus to a WKWebView
         https://bugs.webkit.org/show_bug.cgi?id=181510
 

Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (226911 => 226912)


--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2018-01-12 21:32:17 UTC (rev 226911)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2018-01-12 21:38:47 UTC (rev 226912)
@@ -968,9 +968,9 @@
 @end
 
 #if __has_include(<UIKit/UITextInputMultiDocument.h>)
-#import <UIKit/UITextAutofillSuggestion.h>
+#import <UIKit/UITextInputMultiDocument.h>
 #else
-@protocol UITextAutofillSuggestion <NSObject>
+@protocol UITextInputMultiDocument <NSObject>
 @optional
 - (void)_restoreFocusWithToken:(id <NSCopying, NSSecureCoding>)token completion:(void (^)(BOOL didRestore))completion;
 - (void)_preserveFocusWithToken:(id <NSCopying, NSSecureCoding>)token destructively:(BOOL)destructively;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to