diff options
Diffstat (limited to 'WebCore/inspector/InjectedScriptHost.h')
-rw-r--r-- | WebCore/inspector/InjectedScriptHost.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/inspector/InjectedScriptHost.h b/WebCore/inspector/InjectedScriptHost.h index 66cf41e..b942148 100644 --- a/WebCore/inspector/InjectedScriptHost.h +++ b/WebCore/inspector/InjectedScriptHost.h @@ -68,8 +68,7 @@ public: void copyText(const String& text); Node* nodeForId(long nodeId); long pushNodePathToFrontend(Node* node, bool withChildren, bool selectInUI); - - long pushNodeByPathToFrontend(const String& path); + long inspectedNode(unsigned long num); #if ENABLE(DATABASE) Database* databaseForId(long databaseId); |