summaryrefslogtreecommitdiff
path: root/Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp')
-rw-r--r--Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp b/Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp
index 8a4e7927a..a7a5de7ca 100644
--- a/Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp
+++ b/Source/WebKit/wx/WebKitSupport/InspectorClientWx.cpp
@@ -47,9 +47,10 @@ void InspectorClientWx::inspectorDestroyed()
notImplemented();
}
-void InspectorClientWx::openInspectorFrontend(WebCore::InspectorController*)
+InspectorFrontendChannel* InspectorClientWx::openInspectorFrontend(WebCore::InspectorController*)
{
notImplemented();
+ return 0;
}
void InspectorClientWx::closeInspectorFrontend()