| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.cpp
|
| index 8b8fcb4e861d6c0acdc85e009f158cfe3259d83c..314c4222065c1536c2c81f4b0a01a037043282b1 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.cpp
|
| @@ -59,7 +59,7 @@ PassRefPtr<Gradient> LayoutSVGResourceLinearGradient::BuildGradient() const {
|
| PlatformSpreadMethodFromSVGType(attributes.SpreadMethod()),
|
| Gradient::ColorInterpolation::kUnpremultiplied);
|
| gradient->AddColorStops(attributes.Stops());
|
| - return gradient.Release();
|
| + return gradient;
|
| }
|
|
|
| } // namespace blink
|
|
|