Title: [227284] trunk/Source/WebKit
- Revision
- 227284
- Author
- [email protected]
- Date
- 2018-01-21 23:57:12 -0800 (Sun, 21 Jan 2018)
Log Message
Unreviewed. Fix compile warning.
Use #include instead of #import in cross-platform code.
* Shared/WebPreferencesDefaultValues.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (227283 => 227284)
--- trunk/Source/WebKit/ChangeLog 2018-01-22 07:38:16 UTC (rev 227283)
+++ trunk/Source/WebKit/ChangeLog 2018-01-22 07:57:12 UTC (rev 227284)
@@ -1,3 +1,11 @@
+2018-01-21 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix compile warning.
+
+ Use #include instead of #import in cross-platform code.
+
+ * Shared/WebPreferencesDefaultValues.cpp:
+
2018-01-21 Ryosuke Niwa <[email protected]>
Turning off custom pasteboard data doesn't actually turn it off in WK2
Modified: trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp (227283 => 227284)
--- trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp 2018-01-22 07:38:16 UTC (rev 227283)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp 2018-01-22 07:57:12 UTC (rev 227284)
@@ -25,7 +25,7 @@
#include "config.h"
#include "WebPreferencesDefaultValues.h"
-#import <WebCore/RuntimeApplicationChecks.h>
+#include <WebCore/RuntimeApplicationChecks.h>
#if PLATFORM(COCOA)
#include <wtf/spi/darwin/dyldSPI.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes