summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorFrontendClientLocal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorFrontendClientLocal.cpp')
-rw-r--r--WebCore/inspector/InspectorFrontendClientLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorFrontendClientLocal.cpp b/WebCore/inspector/InspectorFrontendClientLocal.cpp
index 18c52da..188566f 100644
--- a/WebCore/inspector/InspectorFrontendClientLocal.cpp
+++ b/WebCore/inspector/InspectorFrontendClientLocal.cpp
@@ -89,7 +89,7 @@ void InspectorFrontendClientLocal::frontendLoaded()
ASSERT_NOT_REACHED();
return;
}
- m_inspectorController->setFrontend(new InspectorFrontend(webInspectorObj));
+ m_inspectorController->connectFrontend(webInspectorObj);
}
void InspectorFrontendClientLocal::requestAttachWindow()