* WebProcess/WebPage/WebPageInspectorTargetController.h:
* WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@238195
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2018-11-14 Joseph Pecoraro <pecoraro@apple.com>
+ Unreviewed attempted wincairo build fix after 238192.
+
+ * WebProcess/WebPage/WebPageInspectorTargetController.h:
+ * WebProcess/WebPage/WebPageInspectorTargetFrontendChannel.cpp:
+
+2018-11-14 Joseph Pecoraro <pecoraro@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>
#include "WebPageInspectorTarget.h"
#include "WebPageInspectorTargetFrontendChannel.h"
+#include <wtf/HashMap.h>
#include <wtf/text/WTFString.h>
namespace Inspector {
namespace WebKit {
-using namespace WebCore;
-
Ref<WebPageInspectorTargetFrontendChannel> WebPageInspectorTargetFrontendChannel::create(WebPageInspectorTargetController& targetController, const String& targetId)
{
return adoptRef(*new WebPageInspectorTargetFrontendChannel(targetController, targetId));