From 643ca7872b450ea4efacab6188849e5aac2ba161 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 15 Dec 2009 10:12:09 +0000 Subject: Merge webkit.org at r51976 : Initial merge by git. Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43 --- WebKit/wx/WebKitSupport/InspectorClientWx.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'WebKit/wx/WebKitSupport/InspectorClientWx.cpp') diff --git a/WebKit/wx/WebKitSupport/InspectorClientWx.cpp b/WebKit/wx/WebKitSupport/InspectorClientWx.cpp index d55ad04..ff21ae0 100644 --- a/WebKit/wx/WebKitSupport/InspectorClientWx.cpp +++ b/WebKit/wx/WebKitSupport/InspectorClientWx.cpp @@ -105,17 +105,12 @@ void InspectorClientWx::inspectedURLChanged(const String& newURL) notImplemented(); } -void InspectorClientWx::populateSetting(const String& key, InspectorController::Setting& setting) +void InspectorClientWx::populateSetting(const String& key, String* setting) { notImplemented(); } -void InspectorClientWx::storeSetting(const String& key, const InspectorController::Setting& setting) -{ - notImplemented(); -} - -void InspectorClientWx::removeSetting(const String& key) +void InspectorClientWx::storeSetting(const String& key, const String& setting) { notImplemented(); } -- cgit v1.1