Title: [229450] trunk/Source/WebKit
Revision
229450
Author
[email protected]
Date
2018-03-08 23:00:37 -0800 (Thu, 08 Mar 2018)

Log Message

Unreviewed. Suppress GCC warnings in SystemPreviewController.cpp by
using the cross-platform #include directives for header inclusion,
instead of #import.

* UIProcess/SystemPreviewController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229449 => 229450)


--- trunk/Source/WebKit/ChangeLog	2018-03-09 05:56:53 UTC (rev 229449)
+++ trunk/Source/WebKit/ChangeLog	2018-03-09 07:00:37 UTC (rev 229450)
@@ -1,3 +1,11 @@
+2018-03-08  Zan Dobersek  <[email protected]>
+
+        Unreviewed. Suppress GCC warnings in SystemPreviewController.cpp by
+        using the cross-platform #include directives for header inclusion,
+        instead of #import.
+
+        * UIProcess/SystemPreviewController.cpp:
+
 2018-03-08  Megan Gardner  <[email protected]>
 
         Allow WebViews to disable system appearance

Modified: trunk/Source/WebKit/UIProcess/SystemPreviewController.cpp (229449 => 229450)


--- trunk/Source/WebKit/UIProcess/SystemPreviewController.cpp	2018-03-09 05:56:53 UTC (rev 229449)
+++ trunk/Source/WebKit/UIProcess/SystemPreviewController.cpp	2018-03-09 07:00:37 UTC (rev 229450)
@@ -23,8 +23,8 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import "config.h"
-#import "SystemPreviewController.h"
+#include "config.h"
+#include "SystemPreviewController.h"
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to