| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index 5ddb05f8340a50ca99f35bdbf035c8873c0477ff..76d2a4376b24a1d7f9865d73f3a21ba1a85f393c 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -112,7 +112,6 @@ PassOwnPtrWillBeRawPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTML
|
| WebGLRenderingContext::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, WebGLContextAttributes* requestedAttributes)
|
| : WebGLRenderingContextBase(passedCanvas, context, requestedAttributes)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| WebGLRenderingContext::~WebGLRenderingContext()
|
|
|