Index: Source/core/html/canvas/OESElementIndexUint.cpp |
diff --git a/Source/core/html/canvas/OESElementIndexUint.cpp b/Source/core/html/canvas/OESElementIndexUint.cpp |
index 11b169015dc39893634bbaf960503a1ced9b3d62..ff6862b5c7ebffdcbb846086b7157cd74bd0a86b 100644 |
--- a/Source/core/html/canvas/OESElementIndexUint.cpp |
+++ b/Source/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"); |
} |