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

Unified Diff: Source/bindings/core/v8/V8HiddenValue.h

Issue 362993004: Implement Blink-in-JS for DOM attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/bindings/core/v8/V8HiddenValue.h
diff --git a/Source/bindings/core/v8/V8HiddenValue.h b/Source/bindings/core/v8/V8HiddenValue.h
index ab94db249cf11a1a96919dfd6e96fd583c37968a..26c6e37562e725424c9d77b90a12825309fb26d9 100644
--- a/Source/bindings/core/v8/V8HiddenValue.h
+++ b/Source/bindings/core/v8/V8HiddenValue.h
@@ -15,6 +15,7 @@ class ScriptWrappable;
#define V8_HIDDEN_VALUES(V) \
V(arrayBufferData) \
+ V(privateScriptObjectIsInitialized) \
V(customElementAttached) \
V(customElementAttributeChanged) \
V(customElementCreated) \

Powered by Google App Engine
This is Rietveld 408576698