| Index: Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp b/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| index 51f2d318a144e6ebe7c2dfed9469744dfd932f79..b048ba1ae71cde6ad1e6ddea2ffb590ff0149977 100644
|
| --- a/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| @@ -167,7 +167,7 @@ static v8::Handle<v8::Value> toV8Object(const WebGLGetInfo& info, v8::Handle<v8:
|
| return toV8(info.getWebGLVertexArrayObjectOES(), creationContext, isolate);
|
| default:
|
| notImplemented();
|
| - return v8::Undefined();
|
| + return v8::Undefined(isolate);
|
| }
|
| }
|
|
|
|
|