| Index: Source/core/svg/SVGAnimationElement.h
|
| diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
|
| index a2d9ac4cd8200d1a7af6549e91140add9ea0901e..11410e1885f6ef559f4ea7b4c9b937b364d27ba3 100644
|
| --- a/Source/core/svg/SVGAnimationElement.h
|
| +++ b/Source/core/svg/SVGAnimationElement.h
|
| @@ -162,7 +162,7 @@ public:
|
| }
|
|
|
| protected:
|
| - SVGAnimationElement(const QualifiedName&, Document*);
|
| + SVGAnimationElement(const QualifiedName&, Document&);
|
|
|
| void computeCSSPropertyValue(SVGElement*, CSSPropertyID, String& value);
|
| virtual void determinePropertyValueTypes(const String& from, const String& to);
|
|
|