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