Index: Source/core/html/canvas/WebGLLoseContext.cpp |
diff --git a/Source/core/html/canvas/WebGLLoseContext.cpp b/Source/core/html/canvas/WebGLLoseContext.cpp |
index bc6056f4f5e18ac290aa16ac4a191bfbd58ca196..7fe322272f7fffb20f6689c45e9dab42ba228dec 100644 |
--- a/Source/core/html/canvas/WebGLLoseContext.cpp |
+++ b/Source/core/html/canvas/WebGLLoseContext.cpp |
@@ -34,7 +34,6 @@ namespace blink { |
WebGLLoseContext::WebGLLoseContext(WebGLRenderingContextBase* context) |
: WebGLExtension(context) |
{ |
- ScriptWrappable::init(this); |
} |
WebGLLoseContext::~WebGLLoseContext() |