Index: Source/core/html/canvas/WebGLTexture.cpp |
diff --git a/Source/core/html/canvas/WebGLTexture.cpp b/Source/core/html/canvas/WebGLTexture.cpp |
index e290aefecebd9f7c03ff4fcecb6fae510ace5299..8cce398370578d9ce519438e2527c3640a429e4e 100644 |
--- a/Source/core/html/canvas/WebGLTexture.cpp |
+++ b/Source/core/html/canvas/WebGLTexture.cpp |
@@ -50,7 +50,6 @@ WebGLTexture::WebGLTexture(WebGLRenderingContextBase* ctx) |
, m_isFloatType(false) |
, m_isHalfFloatType(false) |
{ |
- ScriptWrappable::init(this); |
setObject(ctx->webContext()->createTexture()); |
} |