| Index: third_party/WebKit/Source/core/layout/shapes/RasterShape.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/RasterShape.cpp b/third_party/WebKit/Source/core/layout/shapes/RasterShape.cpp
|
| index 483c5c81107f9a140c79c1238ac589a64985c3a5..a1c420632cdaac8e2d6475999b4d7e34a20a44bc 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/RasterShape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/RasterShape.cpp
|
| @@ -103,7 +103,7 @@ PassOwnPtr<RasterShapeIntervals> RasterShapeIntervals::computeShapeMarginInterva
|
| }
|
|
|
| result->initializeBounds();
|
| - return result.release();
|
| + return result;
|
| }
|
|
|
| void RasterShapeIntervals::initializeBounds()
|
|
|