| Index: third_party/WebCore/html/canvas/WebGLRenderingContext.idl
|
| diff --git a/third_party/WebCore/html/canvas/WebGLRenderingContext.idl b/third_party/WebCore/html/canvas/WebGLRenderingContext.idl
|
| index 8efb72fa9fe5dac7a4887dc57c46f1575414a121..95100e4fd8ac6846fd4c53a895e392ad16795551 100644
|
| --- a/third_party/WebCore/html/canvas/WebGLRenderingContext.idl
|
| +++ b/third_party/WebCore/html/canvas/WebGLRenderingContext.idl
|
| @@ -384,7 +384,6 @@ module html {
|
|
|
| /* Shader Source */
|
| const unsigned int COMPILE_STATUS = 0x8B81;
|
| - const unsigned int SHADER_COMPILER = 0x8DFA;
|
|
|
| /* Shader Precision-Specified Types */
|
| const unsigned int LOW_FLOAT = 0x8DF0;
|
|
|