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