| Index: Source/core/inspector/InjectedScript.h
|
| diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
|
| index 3919094c4f1038ec656dbf7a92a488bf651908f3..6523846fbe4b777101bf9674d97519675c09d21d 100644
|
| --- a/Source/core/inspector/InjectedScript.h
|
| +++ b/Source/core/inspector/InjectedScript.h
|
| @@ -95,7 +95,6 @@ public:
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapTable(const ScriptValue& table, const ScriptValue& columns) const;
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapNode(Node*, const String& groupName);
|
| ScriptValue findObjectById(const String& objectId) const;
|
| - ScriptValue findCallFrameById(ErrorString*, const ScriptValue& topCallFrame, const String& callFrameId);
|
|
|
| void inspectNode(Node*);
|
| void releaseObjectGroup(const String&);
|
|
|