Title: [244242] trunk/Source/WebKit
Revision
244242
Author
[email protected]
Date
2019-04-13 12:44:47 -0700 (Sat, 13 Apr 2019)

Log Message

Unreviewed, try to fix the internal build after r244239

Force the bots to regenerate WKWebpagePreferences.h by touching the file. Adds a `Foundation/Foundation.h`
import that was missing anyways.

* UIProcess/API/Cocoa/WKWebpagePreferences.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (244241 => 244242)


--- trunk/Source/WebKit/ChangeLog	2019-04-13 08:54:19 UTC (rev 244241)
+++ trunk/Source/WebKit/ChangeLog	2019-04-13 19:44:47 UTC (rev 244242)
@@ -1,3 +1,12 @@
+2019-04-13  Wenson Hsieh  <[email protected]>
+
+        Unreviewed, try to fix the internal build after r244239
+
+        Force the bots to regenerate WKWebpagePreferences.h by touching the file. Adds a `Foundation/Foundation.h`
+        import that was missing anyways.
+
+        * UIProcess/API/Cocoa/WKWebpagePreferences.h:
+
 2019-04-12  Wenson Hsieh  <[email protected]>
 
         Enable modern compatibility mode by default in WKWebView on some devices

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferences.h (244241 => 244242)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferences.h	2019-04-13 08:54:19 UTC (rev 244241)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferences.h	2019-04-13 19:44:47 UTC (rev 244242)
@@ -25,6 +25,8 @@
 
 #import <WebKit/WKFoundation.h>
 
+#import <Foundation/Foundation.h>
+
 #if USE(APPLE_INTERNAL_SDK)
 #import <WebKitAdditions/WKWebpagePreferencesAdditionsBefore.h>
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to