Index: Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
diff --git a/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp b/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
index 2ac2e6e32558c54d206fa4a37cb80e01064d9592..0354a1761969a08165f3b297447e121bb28ed494 100644 |
--- a/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
+++ b/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
@@ -56,7 +56,6 @@ WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GLint rangeMin, GLint ran |
, m_rangeMax(rangeMax) |
, m_precision(precision) |
{ |
- ScriptWrappable::init(this); |
} |
} |