Title: [292318] trunk/Tools
Revision
292318
Author
simon.fra...@apple.com
Date
2022-04-04 14:30:31 -0700 (Mon, 04 Apr 2022)

Log Message

Fix the TestWebKitAPI build with an iOS 15.4 internal SDK
https://bugs.webkit.org/show_bug.cgi?id=238750

Reviewed by Alex Christensen.

Add needed include.

* TestWebKitAPI/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (292317 => 292318)


--- trunk/Tools/ChangeLog	2022-04-04 21:21:17 UTC (rev 292317)
+++ trunk/Tools/ChangeLog	2022-04-04 21:30:31 UTC (rev 292318)
@@ -1,3 +1,14 @@
+2022-04-04  Simon Fraser  <simon.fra...@apple.com>
+
+        Fix the TestWebKitAPI build with an iOS 15.4 internal SDK
+        https://bugs.webkit.org/show_bug.cgi?id=238750
+
+        Reviewed by Alex Christensen.
+
+        Add needed include.
+
+        * TestWebKitAPI/ios/UIKitSPI.h:
+
 2022-04-04  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] Add API tests for video extraction in element fullscreen

Modified: trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h (292317 => 292318)


--- trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h	2022-04-04 21:21:17 UTC (rev 292317)
+++ trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h	2022-04-04 21:30:31 UTC (rev 292318)
@@ -31,6 +31,7 @@
 
 #import <UIKit/NSParagraphStyle_Private.h>
 #import <UIKit/NSTextAlternatives.h>
+#import <UIKit/NSTextList.h>
 #import <UIKit/UIAction_Private.h>
 #import <UIKit/UIApplication_Private.h>
 #import <UIKit/UIBarButtonItemGroup_Private.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to