Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: Source/bindings/core/dart/DartInjectedScript.cpp

Issue 1656913004: Fix all remaining link and compile errors building dartium 45 both in Release and Debug. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « Source/bindings/core/dart/DartInjectedScript.h ('k') | Source/bindings/core/dart/DartInspectorConsoleMessage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698