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