| 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 1dcfcec75db25733cd41efe77c7e378eb0a8adfe..2aa443a791d30dd14fdf6de8793474c5666222ab 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| @@ -43,17 +43,6 @@ 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(webglQueries) \
|
| - V(webglSamplers) \
|
| - V(webglShaders) \
|
| SCRIPT_PROMISE_PROPERTIES(V, Promise) \
|
| SCRIPT_PROMISE_PROPERTIES(V, Resolver)
|
|
|
|
|