Index: Source/core/svg/SVGAnimateElement.h |
diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h |
index 8ffd9dc596256d6caf2c9fa095807c3a53ff6871..299bfced05a7889f1db217520dadfa28f1f111a1 100644 |
--- a/Source/core/svg/SVGAnimateElement.h |
+++ b/Source/core/svg/SVGAnimateElement.h |
@@ -38,8 +38,6 @@ public: |
static PassRefPtr<SVGAnimateElement> create(Document&); |
virtual ~SVGAnimateElement(); |
- AnimatedPropertyType determineAnimatedPropertyType(SVGElement*) const; |
- |
protected: |
SVGAnimateElement(const QualifiedName&, Document&); |