summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp')
-rw-r--r--Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp b/Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp
index fe0dac5..6e3d9eb 100644
--- a/Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp
+++ b/Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp
@@ -28,11 +28,9 @@
#if ENABLE(INSPECTOR)
+#include <WebCore/NotImplemented.h>
#include <wtf/text/WTFString.h>
-#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
-#include "NotImplemented.h"
-
namespace WebKit {
WebPageProxy* WebInspectorProxy::platformCreateInspectorPage()
@@ -51,6 +49,11 @@ void WebInspectorProxy::platformClose()
notImplemented();
}
+void WebInspectorProxy::platformInspectedURLChanged(const String&)
+{
+ notImplemented();
+}
+
String WebInspectorProxy::inspectorPageURL() const
{
notImplemented();