Index: Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
diff --git a/Source/core/html/canvas/WebGLShaderPrecisionFormat.h b/Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
index e1286fb944f36a2c5ff7504e7e75c997553839e3..87436a44106696c7afb23fffa8c43d515ca62d1c 100644 |
--- a/Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
+++ b/Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
@@ -35,7 +35,7 @@ |
namespace blink { |
-class WebGLShaderPrecisionFormat FINAL : public RefCountedWillBeGarbageCollected<WebGLShaderPrecisionFormat>, public ScriptWrappable { |
+class WebGLShaderPrecisionFormat final : public RefCountedWillBeGarbageCollected<WebGLShaderPrecisionFormat>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<WebGLShaderPrecisionFormat> create(GLint rangeMin, GLint rangeMax, GLint precision); |