| Index: sky/engine/core/html/canvas/WebGLCompressedTextureATC.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLCompressedTextureATC.cpp b/sky/engine/core/html/canvas/WebGLCompressedTextureATC.cpp
|
| index 0c950f08a772d447ae0dc93312bb27a556c2c49d..49d9f46e2b4b6f24d29011cc43e2345aa10331e3 100644
|
| --- a/sky/engine/core/html/canvas/WebGLCompressedTextureATC.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLCompressedTextureATC.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| WebGLCompressedTextureATC::WebGLCompressedTextureATC(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->addCompressedTextureFormat(GC3D_COMPRESSED_ATC_RGB_AMD);
|
| context->addCompressedTextureFormat(GC3D_COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD);
|
| context->addCompressedTextureFormat(GC3D_COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD);
|
|
|