Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 1b9d4e8cddc808ea8db8e63f444879c28e820401..59bd3b932d53beb77c5675780f94f1bf7168aed9 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -133,7 +133,7 @@ public: |
virtual void synchronizeSystemLanguage() { } |
#ifndef NDEBUG |
- bool isAnimatableAttribute(const QualifiedName&) const; |
+ virtual bool isAnimatableAttribute(const QualifiedName&) const; |
#endif |
MutableStylePropertySet* animatedSMILStyleProperties() const; |