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

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

Issue 1689873002: Enable inspector tests disabled when dart:html was switched to JS interop. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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 | « LayoutTests/dart/inspector/scope-variables.html ('k') | Source/bindings/core/dart/DartHandleProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartHandleProxy.h
diff --git a/Source/bindings/core/dart/DartHandleProxy.h b/Source/bindings/core/dart/DartHandleProxy.h
index e3b7b760289d856a2d3caa89ab0173092c857e6f..0d2988cd41d0c50acaf982ded67208c873727ca3 100644
--- a/Source/bindings/core/dart/DartHandleProxy.h
+++ b/Source/bindings/core/dart/DartHandleProxy.h
@@ -53,6 +53,7 @@ public:
static v8::Handle<v8::Value> evaluate(Dart_Handle target, Dart_Handle expression, Dart_Handle localVariables);
static bool isDartProxy(v8::Handle<v8::Value>);
+ static bool isDartProxy(v8::Handle<v8::Value>, v8::Isolate*);
static const char* getJavaScriptType(v8::Handle<v8::Value>);
static Node* toNativeNode(v8::Handle<v8::Value>);
static Dart_Handle unwrapValue(v8::Handle<v8::Value>);
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | Source/bindings/core/dart/DartHandleProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698