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