Index: Source/core/svg/SVGLengthTearOff.h |
diff --git a/Source/core/svg/SVGLengthTearOff.h b/Source/core/svg/SVGLengthTearOff.h |
index 3533e0941a6370fb83ca9bbbdb12705064864924..36ebb05103b5d687f1ea37b192a658881e292858 100644 |
--- a/Source/core/svg/SVGLengthTearOff.h |
+++ b/Source/core/svg/SVGLengthTearOff.h |
@@ -37,7 +37,7 @@ |
namespace blink { |
-class SVGLengthTearOff FINAL : public SVGPropertyTearOff<SVGLength>, public ScriptWrappable { |
+class SVGLengthTearOff final : public SVGPropertyTearOff<SVGLength>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
// Forward declare these enums in the w3c naming scheme, for IDL generation |