Title: [261615] trunk/Source/WebKit
Revision
261615
Author
[email protected]
Date
2020-05-13 07:30:36 -0700 (Wed, 13 May 2020)

Log Message

Unreviewed compile fix after r261584.

* UIProcess/Cocoa/WebProcessPoolCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (261614 => 261615)


--- trunk/Source/WebKit/ChangeLog	2020-05-13 13:48:03 UTC (rev 261614)
+++ trunk/Source/WebKit/ChangeLog	2020-05-13 14:30:36 UTC (rev 261615)
@@ -1,3 +1,9 @@
+2020-05-13  Per Arne Vollan  <[email protected]>
+
+        Unreviewed compile fix after r261584.
+
+        * UIProcess/Cocoa/WebProcessPoolCocoa.mm:
+
 2020-05-13  Tomoki Imai  <[email protected]>
 
         Selected element on Web Inspector is not highlighted with CPU Rendering.

Modified: trunk/Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm (261614 => 261615)


--- trunk/Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm	2020-05-13 13:48:03 UTC (rev 261614)
+++ trunk/Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm	2020-05-13 14:30:36 UTC (rev 261615)
@@ -83,9 +83,12 @@
 #import <pal/spi/ios/ManagedConfigurationSPI.h>
 #endif
 
+#if PLATFORM(IOS_FAMILY)
+#import <pal/spi/ios/MobileGestaltSPI.h>
+#endif
+
 #if PLATFORM(IOS)
 #import <pal/spi/cocoa/WebFilterEvaluatorSPI.h>
-#import <pal/spi/ios/MobileGestaltSPI.h>
 
 SOFT_LINK_PRIVATE_FRAMEWORK(WebContentAnalysis);
 SOFT_LINK_CLASS(WebContentAnalysis, WebFilterEvaluator);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to