Index: Source/core/svg/SVGAnimatedBoolean.h |
diff --git a/Source/core/svg/SVGAnimatedBoolean.h b/Source/core/svg/SVGAnimatedBoolean.h |
index 77cca9d7abf3604a5770c0142023893cf417cc38..cd24817f4618d9f6c865992c204b21db1105cc88 100644 |
--- a/Source/core/svg/SVGAnimatedBoolean.h |
+++ b/Source/core/svg/SVGAnimatedBoolean.h |
@@ -36,7 +36,7 @@ |
namespace blink { |
-class SVGAnimatedBoolean FINAL : public SVGAnimatedProperty<SVGBoolean> { |
+class SVGAnimatedBoolean final : public SVGAnimatedProperty<SVGBoolean> { |
public: |
static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) |
{ |