Title: [218358] trunk/Source/WebKit/win
Revision
218358
Author
commit-qu...@webkit.org
Date
2017-06-15 14:38:49 -0700 (Thu, 15 Jun 2017)

Log Message

[Win] WebKit shouldn't include the forwarding header of WebKit itself
https://bugs.webkit.org/show_bug.cgi?id=173352

Patch by Fujii Hironori <hironori.fu...@sony.com> on 2017-06-15
Reviewed by Alex Christensen.

* WebKitPrefix.h: Include WebKit.h of DerivedSources/WebKit instead of DerivedSources/ForwardingHeaders.

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (218357 => 218358)


--- trunk/Source/WebKit/win/ChangeLog	2017-06-15 21:35:57 UTC (rev 218357)
+++ trunk/Source/WebKit/win/ChangeLog	2017-06-15 21:38:49 UTC (rev 218358)
@@ -1,3 +1,12 @@
+2017-06-15  Fujii Hironori  <hironori.fu...@sony.com>
+
+        [Win] WebKit shouldn't include the forwarding header of WebKit itself
+        https://bugs.webkit.org/show_bug.cgi?id=173352
+
+        Reviewed by Alex Christensen.
+
+        * WebKitPrefix.h: Include WebKit.h of DerivedSources/WebKit instead of DerivedSources/ForwardingHeaders.
+
 2017-06-14  Per Arne Vollan  <pvol...@apple.com>
 
         [Win] WebKit fails to paint the bottom lines of the window at 125% scale.

Modified: trunk/Source/WebKit/win/WebKitPrefix.h (218357 => 218358)


--- trunk/Source/WebKit/win/WebKitPrefix.h	2017-06-15 21:35:57 UTC (rev 218357)
+++ trunk/Source/WebKit/win/WebKitPrefix.h	2017-06-15 21:38:49 UTC (rev 218358)
@@ -40,7 +40,7 @@
 #endif
 
 #include <CoreFoundation/CoreFoundation.h>
-#include <WebKit/WebKit.h>
+#include <WebKit.h>
 #include "config.h"
 
 // WebKit.dll is expected to export the symbols in WebCore that have been marked
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to