| Index: sky/engine/core/html/canvas/EXTBlendMinMax.cpp
|
| diff --git a/sky/engine/core/html/canvas/EXTBlendMinMax.cpp b/sky/engine/core/html/canvas/EXTBlendMinMax.cpp
|
| index e54eb6d7a0936878ba9a4b56eac0f58eb0ca62d9..7cef1264ad4a802a951b5e4420b669b17131670e 100644
|
| --- a/sky/engine/core/html/canvas/EXTBlendMinMax.cpp
|
| +++ b/sky/engine/core/html/canvas/EXTBlendMinMax.cpp
|
| @@ -11,7 +11,6 @@ namespace blink {
|
| EXTBlendMinMax::EXTBlendMinMax(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_blend_minmax");
|
| }
|
|
|
|
|