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

Unified Diff: Source/bindings/dart/DartDebugServer.h

Issue 18169002: Improve Dart Debugger performance and robustness by creating Dart wrappers using the standard SetNa… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Code review fixes Created 7 years, 5 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 | « Source/bindings/dart/DartDebugHooks.js ('k') | Source/bindings/dart/DartDebugServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartDebugServer.h
diff --git a/Source/bindings/dart/DartDebugServer.h b/Source/bindings/dart/DartDebugServer.h
index 1c9725ff352e00da8a671f5751aad071da8e75ae..821eb09943ad544fe7cd879ae4c3621e1d0df483 100644
--- a/Source/bindings/dart/DartDebugServer.h
+++ b/Source/bindings/dart/DartDebugServer.h
@@ -54,8 +54,6 @@ public:
void disable();
- static v8::Handle<v8::Value> convertInspectedValue(Dart_Handle object);
-
private:
DartDebugServer();
« no previous file with comments | « Source/bindings/dart/DartDebugHooks.js ('k') | Source/bindings/dart/DartDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698