| Index: sky/engine/core/html/canvas/WebGLCompressedTextureETC1.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.cpp b/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.cpp
|
| index 04a5b739c052147fd30572a5b0ed749b979800e8..5f22b1fefa890d4286971274bf121dc0ca0202be 100644
|
| --- a/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.cpp
|
| @@ -13,7 +13,6 @@ namespace blink {
|
| WebGLCompressedTextureETC1::WebGLCompressedTextureETC1(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->addCompressedTextureFormat(GL_ETC1_RGB8_OES);
|
| }
|
|
|
|
|