Title: [228929] trunk/Source/WebKit
Revision
228929
Author
commit-qu...@webkit.org
Date
2018-02-22 11:50:57 -0800 (Thu, 22 Feb 2018)

Log Message

[WinCairo] Fix compile errors in WebPageWin.cpp and WebProcessWin.cpp due to WebCore forwarding header paths
https://bugs.webkit.org/show_bug.cgi?id=182969

Patch by Yousuke Kimoto <yousuke.kim...@sony.com> on 2018-02-22
Reviewed by Konstantin Tokarev.

* WebProcess/WebPage/win/WebPageWin.cpp:
* WebProcess/win/WebProcessWin.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (228928 => 228929)


--- trunk/Source/WebKit/ChangeLog	2018-02-22 19:46:18 UTC (rev 228928)
+++ trunk/Source/WebKit/ChangeLog	2018-02-22 19:50:57 UTC (rev 228929)
@@ -1,3 +1,13 @@
+2018-02-22  Yousuke Kimoto  <yousuke.kim...@sony.com>
+
+        [WinCairo] Fix compile errors in WebPageWin.cpp and WebProcessWin.cpp due to WebCore forwarding header paths
+        https://bugs.webkit.org/show_bug.cgi?id=182969
+
+        Reviewed by Konstantin Tokarev.
+
+        * WebProcess/WebPage/win/WebPageWin.cpp:
+        * WebProcess/win/WebProcessWin.cpp:
+
 2018-02-22  Yusuke Suzuki  <utatane....@gmail.com>
 
         Remove sleep(double) and sleepMS(double) interfaces

Modified: trunk/Source/WebKit/WebProcess/WebPage/win/WebPageWin.cpp (228928 => 228929)


--- trunk/Source/WebKit/WebProcess/WebPage/win/WebPageWin.cpp	2018-02-22 19:46:18 UTC (rev 228928)
+++ trunk/Source/WebKit/WebProcess/WebPage/win/WebPageWin.cpp	2018-02-22 19:50:57 UTC (rev 228929)
@@ -28,12 +28,10 @@
 #include "WebPage.h"
 
 #include "EditorState.h"
-#include "NotImplemented.h"
 #include "WebEvent.h"
 #include "WebFrame.h"
 #include "WebPageProxyMessages.h"
 #include "WebProcess.h"
-#include "WindowsKeyboardCodes.h"
 #include <WebCore/BackForwardController.h>
 #include <WebCore/EventHandler.h>
 #include <WebCore/EventNames.h>
@@ -41,11 +39,13 @@
 #include <WebCore/Frame.h>
 #include <WebCore/FrameView.h>
 #include <WebCore/KeyboardEvent.h>
+#include <WebCore/NotImplemented.h>
 #include <WebCore/Page.h>
 #include <WebCore/PlatformKeyboardEvent.h>
 #include <WebCore/Settings.h>
 #include <WebCore/SharedBuffer.h>
 #include <WebCore/UserAgent.h>
+#include <WebCore/WindowsKeyboardCodes.h>
 
 using namespace WebCore;
 

Modified: trunk/Source/WebKit/WebProcess/win/WebProcessWin.cpp (228928 => 228929)


--- trunk/Source/WebKit/WebProcess/win/WebProcessWin.cpp	2018-02-22 19:46:18 UTC (rev 228928)
+++ trunk/Source/WebKit/WebProcess/win/WebProcessWin.cpp	2018-02-22 19:50:57 UTC (rev 228929)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "WebProcess.h"
 
-#include "SharedBuffer.h"
+#include <WebCore/SharedBuffer.h>
 
 using namespace WebCore;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to