Chromium Code Reviews| Index: Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
| diff --git a/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp b/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
| index 4153f8871a341eaa6b789cbcec15c8877fabca02..288468f37cedadee91edd261f98dbada26d11c4d 100644 |
| --- a/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
| +++ b/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp |
| @@ -56,6 +56,7 @@ WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GC3Dint rangeMin, GC3Dint |
| , m_rangeMax(rangeMax) |
| , m_precision(precision) |
| { |
| + ScriptWrappable::init(this); |
| } |
| } |