Index: Source/core/html/canvas/EXTShaderTextureLOD.cpp |
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.cpp b/Source/core/html/canvas/EXTShaderTextureLOD.cpp |
index 6129d29175e347562d8638dcee117b95e9e271e4..a397f66a55e3d2883ec6d493d04f2545779e605a 100644 |
--- a/Source/core/html/canvas/EXTShaderTextureLOD.cpp |
+++ b/Source/core/html/canvas/EXTShaderTextureLOD.cpp |
@@ -11,7 +11,6 @@ namespace blink { |
EXTShaderTextureLOD::EXTShaderTextureLOD(WebGLRenderingContextBase* context) |
: WebGLExtension(context) |
{ |
- ScriptWrappable::init(this); |
context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_shader_texture_lod"); |
} |