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

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

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
« no previous file with comments | « no previous file | Source/bindings/core/dart/DartInjectedScript.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « no previous file | Source/bindings/core/dart/DartInjectedScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698