| Index: third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp b/third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp
|
| index a4b0dee1726958c2665ce18ecd131dce38c42a06..89237e970aefba61a4c00b7e851c3ce620e55227 100644
|
| --- a/third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp
|
| @@ -355,7 +355,7 @@ PassRefPtr<BasicShape> BasicShapeForValue(const StyleResolverState& state,
|
| NOTREACHED();
|
| }
|
|
|
| - return basic_shape.Release();
|
| + return basic_shape;
|
| }
|
|
|
| FloatPoint FloatPointForCenterCoordinate(
|
|
|