Title: [283731] trunk/Source/WebKit
Revision
283731
Author
akeer...@apple.com
Date
2021-10-07 11:56:58 -0700 (Thu, 07 Oct 2021)

Log Message

Fix the macCatalyst build
https://bugs.webkit.org/show_bug.cgi?id=231373
rdar://83984197

Reviewed by Tim Horton.

* UIProcess/API/ios/WKWebViewIOS.mm: Add missing import.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (283730 => 283731)


--- trunk/Source/WebKit/ChangeLog	2021-10-07 18:55:34 UTC (rev 283730)
+++ trunk/Source/WebKit/ChangeLog	2021-10-07 18:56:58 UTC (rev 283731)
@@ -1,3 +1,13 @@
+2021-10-07  Aditya Keerthi  <akeer...@apple.com>
+
+        Fix the macCatalyst build
+        https://bugs.webkit.org/show_bug.cgi?id=231373
+        rdar://83984197
+
+        Reviewed by Tim Horton.
+
+        * UIProcess/API/ios/WKWebViewIOS.mm: Add missing import.
+
 2021-10-07  Darin Adler  <da...@apple.com>
 
         Get rid of the deviceClass function, up-leveling to deviceClassIsSmallScreen

Modified: trunk/Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm (283730 => 283731)


--- trunk/Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm	2021-10-07 18:55:34 UTC (rev 283730)
+++ trunk/Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm	2021-10-07 18:56:58 UTC (rev 283731)
@@ -62,6 +62,7 @@
 #import <pal/spi/cocoa/QuartzCoreSPI.h>
 #import <pal/spi/ios/GraphicsServicesSPI.h>
 #import <wtf/BlockPtr.h>
+#import <wtf/FixedVector.h>
 #import <wtf/SystemTracing.h>
 #import <wtf/cocoa/VectorCocoa.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to