diff options
Diffstat (limited to 'WebCore/inspector/InspectorBackend.h')
-rw-r--r-- | WebCore/inspector/InspectorBackend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorBackend.h b/WebCore/inspector/InspectorBackend.h index 63c4a09..27a93eb 100644 --- a/WebCore/inspector/InspectorBackend.h +++ b/WebCore/inspector/InspectorBackend.h @@ -67,7 +67,6 @@ public: void setInjectedScriptSource(const String& source); void dispatchOnInjectedScript(long injectedScriptId, const String& methodName, const String& arguments, RefPtr<InspectorValue>* result, bool* hadException); - void clearConsoleMessages(); // Generic code called from custom implementations. void releaseWrapperObjectGroup(long injectedScriptId, const String& objectGroup); |