Index: Source/core/animation/DefaultStyleInterpolation.h |
diff --git a/Source/core/animation/DefaultStyleInterpolation.h b/Source/core/animation/DefaultStyleInterpolation.h |
index b6e51acdf155f1b91cb8e0dec616531043372620..7c57e42b7a4fce015140c1dac21f72a3aba4d477 100644 |
--- a/Source/core/animation/DefaultStyleInterpolation.h |
+++ b/Source/core/animation/DefaultStyleInterpolation.h |
@@ -22,7 +22,7 @@ public: |
StyleBuilder::applyProperty(m_id, state, toInterpolableBool(m_cachedValue.get())->value() ? m_endCSSValue.get() : m_startCSSValue.get()); |
} |
- virtual void trace(Visitor* visitor) OVERRIDE |
+ virtual void trace(Visitor* visitor) override |
{ |
StyleInterpolation::trace(visitor); |
visitor->trace(m_startCSSValue); |