| Index: Source/bindings/core/v8/WebGLAny.h
|
| diff --git a/Source/bindings/core/v8/WebGLAny.h b/Source/bindings/core/v8/WebGLAny.h
|
| index ec623c17714482358b4918d2b508632ec846452e..7938f441093c82b7424b5d3a2485db1bf5efb8c0 100644
|
| --- a/Source/bindings/core/v8/WebGLAny.h
|
| +++ b/Source/bindings/core/v8/WebGLAny.h
|
| @@ -13,8 +13,6 @@
|
|
|
| namespace blink {
|
|
|
| -class WebGLRenderingContextBase;
|
| -
|
| ScriptValue WebGLAny(ScriptState*, bool value);
|
| ScriptValue WebGLAny(ScriptState*, const bool* value, size_t);
|
| ScriptValue WebGLAny(ScriptState*, int value);
|
|
|