Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / WebGLUniformLocation.cpp
index f900793..685e56c 100644 (file)
@@ -40,7 +40,6 @@ WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GLint location
     , m_location(location)
 {
     ASSERT(m_program);
-    ScriptWrappable::init(this);
     m_linkCount = m_program->linkCount();
 }