Chromium Code Reviews| Index: Source/core/html/canvas/WebGLProgram.cpp |
| diff --git a/Source/core/html/canvas/WebGLProgram.cpp b/Source/core/html/canvas/WebGLProgram.cpp |
| index db19263ecc2bcca766175231f8c69c10ecb5bc62..9b662802b94df0044be23670d6cb6e663bc6be7c 100644 |
| --- a/Source/core/html/canvas/WebGLProgram.cpp |
| +++ b/Source/core/html/canvas/WebGLProgram.cpp |
| @@ -43,7 +43,6 @@ WebGLProgram::WebGLProgram(WebGLRenderingContextBase* ctx) |
| , m_linkCount(0) |
| , m_infoValid(true) |
| { |
| - ScriptWrappable::init(this); |
| setObject(ctx->webContext()->createProgram()); |
| } |