Title: [252465] trunk/Tools
- Revision
- 252465
- Author
- [email protected]
- Date
- 2019-11-14 14:01:08 -0800 (Thu, 14 Nov 2019)
Log Message
Fix build error from r252449
https://bugs.webkit.org/show_bug.cgi?id=204173
Reviewed by Wenson Hsieh.
Include needed header for all platforms, not just iPhone.
* TestWebKitAPI/ios/UIKitSPI.h:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (252464 => 252465)
--- trunk/Tools/ChangeLog 2019-11-14 21:59:58 UTC (rev 252464)
+++ trunk/Tools/ChangeLog 2019-11-14 22:01:08 UTC (rev 252465)
@@ -1,3 +1,14 @@
+2019-11-14 Megan Gardner <[email protected]>
+
+ Fix build error from r252449
+ https://bugs.webkit.org/show_bug.cgi?id=204173
+
+ Reviewed by Wenson Hsieh.
+
+ Include needed header for all platforms, not just iPhone.
+
+ * TestWebKitAPI/ios/UIKitSPI.h:
+
2019-11-14 Brady Eidson <[email protected]>
Summary: WKWebView is missing an equivalent to WebKit 1's API to set the media style.
Modified: trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h (252464 => 252465)
--- trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h 2019-11-14 21:59:58 UTC (rev 252464)
+++ trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h 2019-11-14 22:01:08 UTC (rev 252465)
@@ -36,6 +36,7 @@
#import <UIKit/UIKeyboard_Private.h>
#import <UIKit/UIResponder_Private.h>
#import <UIKit/UIScreen_Private.h>
+#import <UIKit/UITextAutofillSuggestion.h>
#import <UIKit/UITextInputMultiDocument.h>
#import <UIKit/UITextInputTraits_Private.h>
#import <UIKit/UITextInput_Private.h>
@@ -54,7 +55,6 @@
@class UIDragItem;
#import <UIKit/NSItemProvider+UIKitAdditions_Private.h>
#import <UIKit/UIDragInteraction_Private.h>
-#import <UIKit/UITextAutofillSuggestion.h>
#endif // PLATFORM(IOS)
#else // USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes