Index: Source/core/svg/SVGAnimationElement.h |
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h |
index d3daacdd4f4ca2c7c2fa8986d1f0f1af7dc9d186..609b004bfd40df4cd1b3f32924849dd0c019734d 100644 |
--- a/Source/core/svg/SVGAnimationElement.h |
+++ b/Source/core/svg/SVGAnimationElement.h |
@@ -166,6 +166,8 @@ protected: |
void setCalcMode(CalcMode calcMode) { m_calcMode = calcMode; } |
private: |
+ virtual bool isValid() const OVERRIDE FINAL { return SVGTests::isValid(); } |
+ |
virtual void animationAttributeChanged() OVERRIDE; |
void setAttributeType(const AtomicString&); |