Title: [238195] trunk/Source/WebKit
Revision
238195
Author
joep...@webkit.org
Date
2018-11-14 13:41:13 -0800 (Wed, 14 Nov 2018)

Log Message

Unreviewed attempted wincairo build fix after 238192.

* WebProcess/WebPage/WebPageInspectorTargetController.h:
* WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238194 => 238195)


--- trunk/Source/WebKit/ChangeLog	2018-11-14 21:37:08 UTC (rev 238194)
+++ trunk/Source/WebKit/ChangeLog	2018-11-14 21:41:13 UTC (rev 238195)
@@ -1,5 +1,12 @@
 2018-11-14  Joseph Pecoraro  <pecor...@apple.com>
 
+        Unreviewed attempted wincairo build fix after 238192.
+
+        * WebProcess/WebPage/WebPageInspectorTargetController.h:
+        * WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp:
+
+2018-11-14  Joseph Pecoraro  <pecor...@apple.com>
+
         Web Inspector: Follow-up: Keep Disabling Process Swap for Local Web Inspector
         https://bugs.webkit.org/show_bug.cgi?id=191494
         <rdar://problem/45469854>

Modified: trunk/Source/WebKit/WebProcess/WebPage/WebPageInspectorTargetController.h (238194 => 238195)


--- trunk/Source/WebKit/WebProcess/WebPage/WebPageInspectorTargetController.h	2018-11-14 21:37:08 UTC (rev 238194)
+++ trunk/Source/WebKit/WebProcess/WebPage/WebPageInspectorTargetController.h	2018-11-14 21:41:13 UTC (rev 238195)
@@ -27,6 +27,7 @@
 
 #include "WebPageInspectorTarget.h"
 #include "WebPageInspectorTargetFrontendChannel.h"
+#include <wtf/HashMap.h>
 #include <wtf/text/WTFString.h>
 
 namespace Inspector {

Modified: trunk/Source/WebKit/WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp (238194 => 238195)


--- trunk/Source/WebKit/WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp	2018-11-14 21:37:08 UTC (rev 238194)
+++ trunk/Source/WebKit/WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp	2018-11-14 21:41:13 UTC (rev 238195)
@@ -30,8 +30,6 @@
 
 namespace WebKit {
 
-using namespace WebCore;
-
 Ref<WebPageInspectorTargetFrontendChannel> WebPageInspectorTargetFrontendChannel::create(WebPageInspectorTargetController& targetController, const String& targetId)
 {
     return adoptRef(*new WebPageInspectorTargetFrontendChannel(targetController, targetId));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to