Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / OESTextureFloat.cpp
index 9944c21..e9a7ef1 100644 (file)
@@ -32,7 +32,6 @@ namespace blink {
 OESTextureFloat::OESTextureFloat(WebGLRenderingContextBase* context)
     : WebGLExtension(context)
 {
-    ScriptWrappable::init(this);
     if (context->extensionsUtil()->ensureExtensionEnabled("GL_OES_texture_float")) {
         // Implicitly enable rendering to float textures
         context->extensionsUtil()->ensureExtensionEnabled("GL_CHROMIUM_color_buffer_float_rgba");