| Index: third_party/WebCore/page/DOMWindow.idl
|
| diff --git a/third_party/WebCore/page/DOMWindow.idl b/third_party/WebCore/page/DOMWindow.idl
|
| index 0efa7bf12489108baa5387e21717ef636cbf1c2d..b239d15591fdabeda0e6e4964e6d3595873372cc 100644
|
| --- a/third_party/WebCore/page/DOMWindow.idl
|
| +++ b/third_party/WebCore/page/DOMWindow.idl
|
| @@ -496,6 +496,7 @@ module window {
|
| attribute [Conditional=WEBGL] WebGLRenderbufferConstructor WebGLRenderbuffer;
|
| attribute [Conditional=WEBGL] WebGLRenderingContextConstructor WebGLRenderingContext;
|
| attribute [Conditional=WEBGL] WebGLShaderConstructor WebGLShader;
|
| + attribute [Conditional=WEBGL] WebGLShaderPrecisionFormatConstructor WebGLShaderPrecisionFormat;
|
| attribute [Conditional=WEBGL] WebGLTextureConstructor WebGLTexture;
|
| attribute [Conditional=WEBGL] WebGLUniformLocationConstructor WebGLUniformLocation;
|
|
|
|
|