| Index: sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLDepthTexture.cpp b/sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| index 33816a0d9fe98e6490ef06991ff0853713e04c1d..376f539f6a8cca23e27138bc4866f10c7242bdec 100644
|
| --- a/sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| WebGLDepthTexture::WebGLDepthTexture(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_CHROMIUM_depth_texture");
|
| }
|
|
|
|
|