Index: Source/core/svg/SVGAnimatedType.h |
diff --git a/Source/core/svg/SVGAnimatedType.h b/Source/core/svg/SVGAnimatedType.h |
index d5d60334bf255a0c2205a4c8b94bb99c0d267dcc..91313d7d1136824cae55fda19cb899796a7bb87a 100644 |
--- a/Source/core/svg/SVGAnimatedType.h |
+++ b/Source/core/svg/SVGAnimatedType.h |
@@ -38,7 +38,7 @@ class SVGPathByteStream; |
class SVGAnimatedType { |
WTF_MAKE_FAST_ALLOCATED; |
public: |
- virtual ~SVGAnimatedType(); |
+ ~SVGAnimatedType(); |
static PassOwnPtr<SVGAnimatedType> createAngleAndEnumeration(std::pair<SVGAngle, unsigned>*); |
static PassOwnPtr<SVGAnimatedType> createBoolean(bool*); |