| Index: Source/core/inspector/InjectedScript.h
|
| diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
|
| index e0b14f90d428f543d5c4a344e8f49aa3b7eeb974..b6d554005ce05af041924e96417854317a5d3c30 100644
|
| --- a/Source/core/inspector/InjectedScript.h
|
| +++ b/Source/core/inspector/InjectedScript.h
|
| @@ -99,7 +99,6 @@ public:
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapNode(Node*, const String& groupName);
|
| ScriptValue findObjectById(const String& objectId) const;
|
|
|
| - void inspectNode(Node*);
|
| void releaseObjectGroup(const String&);
|
|
|
| void setCustomObjectFormatterEnabled(bool);
|
|
|