| Index: Source/core/html/canvas/EXTFragDepth.cpp
|
| diff --git a/Source/core/html/canvas/EXTFragDepth.cpp b/Source/core/html/canvas/EXTFragDepth.cpp
|
| index 57f9b63c22b67ba2e3f58c3296898bb52beb90aa..12948b177e2c9a76462da429726fd18f24921572 100644
|
| --- a/Source/core/html/canvas/EXTFragDepth.cpp
|
| +++ b/Source/core/html/canvas/EXTFragDepth.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| EXTFragDepth::EXTFragDepth(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_frag_depth");
|
| }
|
|
|
|
|