Index: Source/core/svg/SVGAnimatedAngle.h |
diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h |
index 72e4c3c5c95b0d39813edcb6e6c77d60091a09a9..affea4a98d9bf5056d39a2c7b495030506505d82 100644 |
--- a/Source/core/svg/SVGAnimatedAngle.h |
+++ b/Source/core/svg/SVGAnimatedAngle.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
class SVGMarkerElement; |
-class SVGAnimatedAngle FINAL : public NewSVGAnimatedProperty<SVGAngle> { |
+class SVGAnimatedAngle FINAL : public SVGAnimatedProperty<SVGAngle> { |
public: |
static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement) |
{ |
@@ -49,12 +49,12 @@ public: |
SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); } |
- // NewSVGAnimatedPropertyBase: |
+ // SVGAnimatedPropertyBase: |
virtual void synchronizeAttribute() OVERRIDE; |
virtual void animationStarted() OVERRIDE; |
- virtual void setAnimatedValue(PassRefPtr<NewSVGPropertyBase>) OVERRIDE; |
+ virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE; |
virtual void animationEnded() OVERRIDE; |
protected: |