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

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, 6 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 fdcbec74c53188f5af57eb2fb55e4b5c629e7eec..f30534ca8e5ecb9ee20d9e3aac02237510e2c562 100644
--- a/Source/bindings/core/v8/V8HiddenValue.h
+++ b/Source/bindings/core/v8/V8HiddenValue.h
@@ -14,6 +14,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