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

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

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (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 | « Source/bindings/core/dart/DartJsInterop.cpp ('k') | Source/bindings/core/dart/DartJsInteropData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartJsInteropData.h
diff --git a/Source/bindings/core/dart/DartJsInteropData.h b/Source/bindings/core/dart/DartJsInteropData.h
index 9eb72ba253b597c00d815884a6275ff6d4d411af..8a493f6cba494f1447b9334717409c1385f83569 100644
--- a/Source/bindings/core/dart/DartJsInteropData.h
+++ b/Source/bindings/core/dart/DartJsInteropData.h
@@ -44,6 +44,7 @@ public:
v8::Local<v8::Function> captureThisFunction();
v8::Local<v8::Function> wrapDartFunction();
v8::Local<v8::Function> instanceofFunction();
+ v8::Local<v8::String> existingDartWrapperHiddenField(v8::Isolate*);
bool jsObjectImplDefined() { return m_jsObjectImplDefined; }
void setJsObjectImplDefined() { m_jsObjectImplDefined = true; }
@@ -55,6 +56,8 @@ private:
v8::Persistent<v8::Function> m_wrapDartFunction;
v8::Persistent<v8::Function> m_instanceofFunction;
+ v8::Persistent<v8::String> m_existingDartWrapperHiddenField;
+
bool m_jsObjectImplDefined;
// FIXME: add maps of Dart to V8 and V8 to Dart objects.
« no previous file with comments | « Source/bindings/core/dart/DartJsInterop.cpp ('k') | Source/bindings/core/dart/DartJsInteropData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698