Index: Source/core/svg/SVGAnimatedRect.h |
diff --git a/Source/core/svg/SVGAnimatedRect.h b/Source/core/svg/SVGAnimatedRect.h |
index 7bd117de148689f96a34f1fcbdf3107e59875852..f60cdcd7dd9b9dcfef938aed37e18da3fadd2449 100644 |
--- a/Source/core/svg/SVGAnimatedRect.h |
+++ b/Source/core/svg/SVGAnimatedRect.h |
@@ -38,9 +38,9 @@ namespace blink { |
class SVGAnimatedRect : public SVGAnimatedProperty<SVGRect> { |
public: |
- static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) |
+ static PassRefPtrWillBeRawPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) |
{ |
- return adoptRef(new SVGAnimatedRect(contextElement, attributeName)); |
+ return adoptRefWillBeNoop(new SVGAnimatedRect(contextElement, attributeName)); |
} |
protected: |