summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InjectedScriptHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InjectedScriptHost.h')
-rw-r--r--WebCore/inspector/InjectedScriptHost.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/inspector/InjectedScriptHost.h b/WebCore/inspector/InjectedScriptHost.h
index beffc9d..66cf41e 100644
--- a/WebCore/inspector/InjectedScriptHost.h
+++ b/WebCore/inspector/InjectedScriptHost.h
@@ -69,7 +69,6 @@ public:
Node* nodeForId(long nodeId);
long pushNodePathToFrontend(Node* node, bool withChildren, bool selectInUI);
- void addNodesToSearchResult(const String& nodeIds);
long pushNodeByPathToFrontend(const String& path);
#if ENABLE(DATABASE)