Index: Source/core/svg/SVGUnitTypes.h |
diff --git a/Source/core/svg/SVGUnitTypes.h b/Source/core/svg/SVGUnitTypes.h |
index 8b200790d46384abf64065bdd884c1ad4df0f9bf..92bf635b8f85c0874e0082c88a62497aa3c4e531 100644 |
--- a/Source/core/svg/SVGUnitTypes.h |
+++ b/Source/core/svg/SVGUnitTypes.h |
@@ -27,7 +27,7 @@ |
namespace blink { |
-class SVGUnitTypes FINAL : public RefCountedWillBeGarbageCollected<SVGUnitTypes>, public ScriptWrappable { |
+class SVGUnitTypes final : public RefCountedWillBeGarbageCollected<SVGUnitTypes>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
enum SVGUnitType { |