Title: [293142] trunk/Source/WebKit
Revision
293142
Author
[email protected]
Date
2022-04-20 20:56:58 -0700 (Wed, 20 Apr 2022)

Log Message

Unreviewed, fix the iOS 15.4 build after r293117

Remove an unnecessary header include.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (293141 => 293142)


--- trunk/Source/WebKit/ChangeLog	2022-04-21 03:32:52 UTC (rev 293141)
+++ trunk/Source/WebKit/ChangeLog	2022-04-21 03:56:58 UTC (rev 293142)
@@ -1,5 +1,13 @@
 2022-04-20  Wenson Hsieh  <[email protected]>
 
+        Unreviewed, fix the iOS 15.4 build after r293117
+
+        Remove an unnecessary header include.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
+2022-04-20  Wenson Hsieh  <[email protected]>
+
         Avoid falling back to snapshots for transparent images when triggering batch text recognition
         https://bugs.webkit.org/show_bug.cgi?id=239555
         rdar://91622151

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


--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2022-04-21 03:32:52 UTC (rev 293141)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2022-04-21 03:56:58 UTC (rev 293142)
@@ -41,7 +41,6 @@
 #import <UIKit/UIDevice_Private.h>
 #import <UIKit/UIDocumentPasswordView.h>
 #import <UIKit/UIDocumentPickerViewController_Private.h>
-#import <UIKit/UIEditMenuInteraction_Private.h>
 #import <UIKit/UIFont_Private.h>
 #import <UIKit/UIGeometry_Private.h>
 #import <UIKit/UIGestureRecognizer_Private.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to