| Index: sky/engine/core/html/canvas/WebGLCompressedTextureS3TC.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLCompressedTextureS3TC.cpp b/sky/engine/core/html/canvas/WebGLCompressedTextureS3TC.cpp
|
| index 00ebfd3931fa7bfd5e1547939881cf2478d4aa71..6f0a074e3292f6ccc41650177f017161386aa215 100644
|
| --- a/sky/engine/core/html/canvas/WebGLCompressedTextureS3TC.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLCompressedTextureS3TC.cpp
|
| @@ -34,7 +34,6 @@ namespace blink {
|
| WebGLCompressedTextureS3TC::WebGLCompressedTextureS3TC(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->addCompressedTextureFormat(GL_COMPRESSED_RGB_S3TC_DXT1_EXT);
|
| context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_S3TC_DXT1_EXT);
|
| context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_S3TC_DXT3_EXT);
|
|
|