| 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 ed15111cb03e094e0f70170a9f487db897913d83..f801811e15521303f79d15012f00b733d6f23cbc 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| @@ -47,6 +47,15 @@ class ScriptWrappable;
|
| V(thenableHiddenPromise) \
|
| V(toStringString) \
|
| V(injectedScriptNative) \
|
| + V(webgl2DTextures) \
|
| + V(webgl2DArrayTextures) \
|
| + V(webgl3DTextures) \
|
| + V(webglAttachments) \
|
| + V(webglBuffers) \
|
| + V(webglCubeMapTextures) \
|
| + V(webglExtensions) \
|
| + V(webglMisc) \
|
| + V(webglShaders) \
|
| SCRIPT_PROMISE_PROPERTIES(V, Promise) \
|
| SCRIPT_PROMISE_PROPERTIES(V, Resolver)
|
|
|
|
|