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

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

Issue 494133002: Append "Callback" to each value of enum CallbackType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 864324159e6640573d02b1f77bcf96cec7ebc4a1..23b442eb5b38c0f115ba564e154e6f6ae4b347e9 100644
--- a/Source/bindings/core/v8/V8HiddenValue.h
+++ b/Source/bindings/core/v8/V8HiddenValue.h
@@ -16,10 +16,10 @@ class ScriptWrappable;
#define V8_HIDDEN_VALUES(V) \
V(arrayBufferData) \
V(privateScriptObjectIsInitialized) \
- V(customElementAttached) \
- V(customElementAttributeChanged) \
- V(customElementCreated) \
- V(customElementDetached) \
+ V(customElementAttachedCallback) \
+ V(customElementAttributeChangedCallback) \
+ V(customElementCreatedCallback) \
+ V(customElementDetachedCallback) \
V(customElementDocument) \
V(customElementIsInterfacePrototypeObject) \
V(customElementNamespaceURI) \
« no previous file with comments | « Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp ('k') | Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698