| Index: Source/core/svg/SVGAnimatedPath.h
|
| diff --git a/Source/core/svg/SVGAnimatedPath.h b/Source/core/svg/SVGAnimatedPath.h
|
| index e6991e59ee67656261fcc6ab9ea73e09489b4f04..2a2cc797b5399ed30505dfbc3892ef04244f9f0b 100644
|
| --- a/Source/core/svg/SVGAnimatedPath.h
|
| +++ b/Source/core/svg/SVGAnimatedPath.h
|
| @@ -42,9 +42,9 @@ class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
|
| public:
|
| virtual ~SVGAnimatedPath();
|
|
|
| - static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName)
|
| + static PassRefPtrWillBeRawPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName)
|
| {
|
| - return adoptRef(new SVGAnimatedPath(contextElement, attributeName));
|
| + return adoptRefWillBeNoop(new SVGAnimatedPath(contextElement, attributeName));
|
| }
|
|
|
| protected:
|
|
|