Index: Source/core/html/canvas/EXTBlendMinMax.cpp |
diff --git a/Source/core/html/canvas/EXTBlendMinMax.cpp b/Source/core/html/canvas/EXTBlendMinMax.cpp |
index 992ce9e081ffe831e4cacc204687603949df9d1a..7b8c2c36e9e9451f735c6cc6292fdbd2d12466d8 100644 |
--- a/Source/core/html/canvas/EXTBlendMinMax.cpp |
+++ b/Source/core/html/canvas/EXTBlendMinMax.cpp |
@@ -11,7 +11,6 @@ namespace blink { |
EXTBlendMinMax::EXTBlendMinMax(WebGLRenderingContextBase* context) |
: WebGLExtension(context) |
{ |
- ScriptWrappable::init(this); |
context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_blend_minmax"); |
} |