| Index: third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| index a9876ad09f6c44022f14cf5b14aec33abc925fb3..88dfc351e7963f7c2aef529f650136df743a42df 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| @@ -18,7 +18,6 @@ class ScriptState;
|
| class ScriptWrappable;
|
|
|
| #define V8_HIDDEN_VALUES(V) \
|
| - V(arrayBufferData) \
|
| V(privateScriptObjectIsInitialized) \
|
| V(customElementAttachedCallback) \
|
| V(customElementAttributeChangedCallback) \
|
| @@ -32,7 +31,6 @@ class ScriptWrappable;
|
| V(customElementsRegistryMap) \
|
| V(callback) \
|
| V(condition) \
|
| - V(data) \
|
| V(detail) \
|
| V(document) \
|
| V(error) \
|
| @@ -43,7 +41,6 @@ class ScriptWrappable;
|
| V(port2) \
|
| V(readableStreamReaderInResponse) \
|
| V(state) \
|
| - V(stringData) \
|
| V(testInterfaces) \
|
| V(thenableHiddenPromise) \
|
| V(toStringString) \
|
|
|