| Index: Source/bindings/core/dart/DartInjectedScript.h
|
| diff --git a/Source/bindings/core/dart/DartInjectedScript.h b/Source/bindings/core/dart/DartInjectedScript.h
|
| index 4275decfac07d98f467320d658bb078ddf420649..68d2759da7f138f5db3a907711371d359e36d0cd 100644
|
| --- a/Source/bindings/core/dart/DartInjectedScript.h
|
| +++ b/Source/bindings/core/dart/DartInjectedScript.h
|
| @@ -134,9 +134,6 @@ public:
|
|
|
| PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const Dart_StackTrace, int asyncOrdinal);
|
|
|
| - PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapObject(const ScriptValue&, const String& groupName, bool generatePreview = false);
|
| - PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapTable(const ScriptValue& table, const ScriptValue& columns);
|
| -
|
| ScriptValue findObjectById(const String& objectId) const;
|
| void inspectNode(Node*);
|
| void releaseObjectGroup(const String&);
|
|
|