| Index: sky/engine/core/html/canvas/EXTFragDepth.cpp
|
| diff --git a/sky/engine/core/html/canvas/EXTFragDepth.cpp b/sky/engine/core/html/canvas/EXTFragDepth.cpp
|
| index 20cb9294456fbbf481f738fd1b1392f4934a5646..f784801f94c0e50d3c3360147167b1c72d8c851d 100644
|
| --- a/sky/engine/core/html/canvas/EXTFragDepth.cpp
|
| +++ b/sky/engine/core/html/canvas/EXTFragDepth.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| EXTFragDepth::EXTFragDepth(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_frag_depth");
|
| }
|
|
|
|
|