Index: Source/core/html/canvas/OESVertexArrayObject.cpp |
diff --git a/Source/core/html/canvas/OESVertexArrayObject.cpp b/Source/core/html/canvas/OESVertexArrayObject.cpp |
index d339603f99aa5f06bba65ae84baf05a6d2954a25..063dc0f4a95c1ddad693d84a1ed2348f667deab2 100644 |
--- a/Source/core/html/canvas/OESVertexArrayObject.cpp |
+++ b/Source/core/html/canvas/OESVertexArrayObject.cpp |
@@ -36,7 +36,6 @@ namespace blink { |
OESVertexArrayObject::OESVertexArrayObject(WebGLRenderingContextBase* context) |
: WebGLExtension(context) |
{ |
- ScriptWrappable::init(this); |
context->extensionsUtil()->ensureExtensionEnabled("GL_OES_vertex_array_object"); |
} |