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) \ |