| Index: Source/core/svg/SVGPaint.cpp
|
| diff --git a/Source/core/svg/SVGPaint.cpp b/Source/core/svg/SVGPaint.cpp
|
| index f7e85f11f6f4cfab278ec42fe78cb7f4400f56cd..f3ae55ef1043d69fce514b30715dbaba7a5a0898 100644
|
| --- a/Source/core/svg/SVGPaint.cpp
|
| +++ b/Source/core/svg/SVGPaint.cpp
|
| @@ -106,7 +106,7 @@ SVGPaint::SVGPaint(const SVGPaint& cloneFrom)
|
|
|
| PassRefPtrWillBeRawPtr<SVGPaint> SVGPaint::cloneForCSSOM() const
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new SVGPaint(*this));
|
| + return adoptRefWillBeRefCountedGarbageCollected(new SVGPaint(*this));
|
| }
|
|
|
| bool SVGPaint::equals(const SVGPaint& other) const
|
|
|