| Index: sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp
|
| diff --git a/sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp b/sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp
|
| index 7aecd18acfb9168dd375fb24c43653e26c7d76f7..cddc97cb10ae600ba85275de2c99ffdd0a3588b6 100644
|
| --- a/sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp
|
| +++ b/sky/engine/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");
|
| }
|
|
|
|
|