Title: [234019] trunk/Source/WebKit
- Revision
- 234019
- Author
- [email protected]
- Date
- 2018-07-19 19:24:20 -0700 (Thu, 19 Jul 2018)
Log Message
Move WebFrameListenerProxy to WebFramePolicyListenerProxy, its only subclass
https://bugs.webkit.org/show_bug.cgi?id=187825
<rdar://problem/42405081>
Unreviewed build fix for Windows port.
RefPtr.h(45): error C2027: use of undefined type 'API::Navigation'
* UIProcess/win/WebInspectorProxyWin.cpp: Include "APINavigation.h".
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (234018 => 234019)
--- trunk/Source/WebKit/ChangeLog 2018-07-20 00:46:47 UTC (rev 234018)
+++ trunk/Source/WebKit/ChangeLog 2018-07-20 02:24:20 UTC (rev 234019)
@@ -1,3 +1,15 @@
+2018-07-19 Fujii Hironori <[email protected]>
+
+ Move WebFrameListenerProxy to WebFramePolicyListenerProxy, its only subclass
+ https://bugs.webkit.org/show_bug.cgi?id=187825
+ <rdar://problem/42405081>
+
+ Unreviewed build fix for Windows port.
+
+ RefPtr.h(45): error C2027: use of undefined type 'API::Navigation'
+
+ * UIProcess/win/WebInspectorProxyWin.cpp: Include "APINavigation.h".
+
2018-07-19 Alex Christensen <[email protected]>
Move WebFrameListenerProxy to WebFramePolicyListenerProxy, its only subclass
Modified: trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp (234018 => 234019)
--- trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp 2018-07-20 00:46:47 UTC (rev 234018)
+++ trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp 2018-07-20 02:24:20 UTC (rev 234019)
@@ -27,6 +27,7 @@
#include "config.h"
#include "WebInspectorProxy.h"
+#include "APINavigation.h"
#include "APINavigationAction.h"
#include "APIPageConfiguration.h"
#include "CFURLExtras.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes