| Index: Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.cpp b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| index 3c70156b7733b78505c627bbb57f591ba07413dc..170921551e4337db65555bcd0d92f96609932553 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| @@ -516,7 +516,6 @@ WebGLRenderingContextBase::WebGLRenderingContextBase(HTMLCanvasElement* passedCa
|
| , m_onePlusMaxNonDefaultTextureUnit(0)
|
| {
|
| ASSERT(m_context);
|
| - ScriptWrappable::init(this);
|
|
|
| m_contextGroup = WebGLContextGroup::create();
|
| m_contextGroup->addContext(this);
|
|
|