| Index: Source/bindings/core/dart/DartInjectedScript.cpp
|
| diff --git a/Source/bindings/core/dart/DartInjectedScript.cpp b/Source/bindings/core/dart/DartInjectedScript.cpp
|
| index 68e2416649ec50d7a0a5c09f6466378fa510931a..1114532c3bcb94beee9f9c13e2db9e75635de9ad 100644
|
| --- a/Source/bindings/core/dart/DartInjectedScript.cpp
|
| +++ b/Source/bindings/core/dart/DartInjectedScript.cpp
|
| @@ -1389,17 +1389,6 @@ PassRefPtr<TypeBuilder::Runtime::RemoteObject> DartInjectedScript::wrapDartHandl
|
| return remoteObject;
|
| }
|
|
|
| -PassRefPtr<TypeBuilder::Runtime::RemoteObject> DartInjectedScript::wrapTable(const ScriptValue& table, const ScriptValue& columns)
|
| -{
|
| - if (!m_scriptState)
|
| - return nullptr;
|
| - DartIsolateScope scope(m_scriptState->isolate());
|
| - DartApiScope apiScope;
|
| - // FIXME: implement this rarely used method or call out to the JS version.
|
| - ASSERT_NOT_REACHED();
|
| - return nullptr;
|
| -}
|
| -
|
| ScriptValue DartInjectedScript::findObjectById(const String& objectId) const
|
| {
|
| // FIXMEDART: Implement this.
|
|
|