| Index: sky/engine/core/html/canvas/OESStandardDerivatives.cpp
|
| diff --git a/sky/engine/core/html/canvas/OESStandardDerivatives.cpp b/sky/engine/core/html/canvas/OESStandardDerivatives.cpp
|
| index 3c4326a67c7b73796c285f10dfb7c1cc93c3dfaf..791c6dc1045cada1386fb59de5109524a5697f18 100644
|
| --- a/sky/engine/core/html/canvas/OESStandardDerivatives.cpp
|
| +++ b/sky/engine/core/html/canvas/OESStandardDerivatives.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| OESStandardDerivatives::OESStandardDerivatives(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_OES_standard_derivatives");
|
| }
|
|
|
|
|