| Index: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| index 7a73938c3f0f42a092a7784794185aae35725d0a..f45b55a5036eb6b7e7eaf1bd60d7d76ad92f7a55 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -26,7 +26,18 @@ class ScriptWrappable;
|
| X(PrivateScriptRunner, IsInitialized) \
|
| X(IntersectionObserver, Callback) \
|
| X(MutationObserver, Callback) \
|
| - X(PerformanceObserver, Callback)
|
| + X(PerformanceObserver, Callback) \
|
| + X(WebGLRenderingContext, Extensions) \
|
| + X(WebGLRenderingContext, Misc) \
|
| + X(WebGLRenderingContext, Queries) \
|
| + X(WebGLRenderingContext, Samplers) \
|
| + X(WebGLRenderingContext, Textures2D) \
|
| + X(WebGLRenderingContext, Textures2DArray) \
|
| + X(WebGLRenderingContext, Textures3D) \
|
| + X(WebGLRenderingContext, TexturesCubeMap) \
|
| + X(WebGLFramebuffer, Attachments) \
|
| + X(WebGLProgram, Shaders) \
|
| + X(WebGLVertexArrayObjectBase, Buffers)
|
|
|
| // The getter's name for a private property.
|
| #define V8_PRIVATE_PROPERTY_GETTER_NAME(InterfaceName, PrivateKeyName) \
|
|
|