| Index: Source/bindings/core/v8/WebGLAny.cpp
|
| diff --git a/Source/bindings/core/v8/WebGLAny.cpp b/Source/bindings/core/v8/WebGLAny.cpp
|
| index 43494e045abf89913e82096528e374fbc0619a73..601b3c2b7318b57ad60a72cc679f5c388d18ea71 100644
|
| --- a/Source/bindings/core/v8/WebGLAny.cpp
|
| +++ b/Source/bindings/core/v8/WebGLAny.cpp
|
| @@ -10,11 +10,6 @@
|
|
|
| namespace blink {
|
|
|
| -ScriptValue WebGLAny(ScriptState* scriptState)
|
| -{
|
| - return ScriptValue(scriptState, v8::Null(scriptState->isolate()));
|
| -}
|
| -
|
| ScriptValue WebGLAny(ScriptState* scriptState, bool value)
|
| {
|
| return ScriptValue(scriptState, v8Boolean(value, scriptState->isolate()));
|
|
|