Title: [226350] trunk/Source/WebCore
- Revision
- 226350
- Author
- utatane....@gmail.com
- Date
- 2018-01-02 19:44:01 -0800 (Tue, 02 Jan 2018)
Log Message
Unreviewed, fix GCC warning by using #include
https://bugs.webkit.org/show_bug.cgi?id=181189
This file is included in C++ files. Use #include instead of #import to suppress warning in GCC.
* platform/PromisedBlobInfo.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (226349 => 226350)
--- trunk/Source/WebCore/ChangeLog 2018-01-03 03:39:57 UTC (rev 226349)
+++ trunk/Source/WebCore/ChangeLog 2018-01-03 03:44:01 UTC (rev 226350)
@@ -1,3 +1,12 @@
+2018-01-02 Yusuke Suzuki <utatane....@gmail.com>
+
+ Unreviewed, fix GCC warning by using #include
+ https://bugs.webkit.org/show_bug.cgi?id=181189
+
+ This file is included in C++ files. Use #include instead of #import to suppress warning in GCC.
+
+ * platform/PromisedBlobInfo.h:
+
2017-12-28 Yusuke Suzuki <utatane....@gmail.com>
Remove std::chrono completely
Modified: trunk/Source/WebCore/platform/PromisedBlobInfo.h (226349 => 226350)
--- trunk/Source/WebCore/platform/PromisedBlobInfo.h 2018-01-03 03:39:57 UTC (rev 226349)
+++ trunk/Source/WebCore/platform/PromisedBlobInfo.h 2018-01-03 03:44:01 UTC (rev 226350)
@@ -25,7 +25,7 @@
#pragma once
-#import <WebCore/SharedBuffer.h>
+#include <WebCore/SharedBuffer.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes