| Index: third_party/WebKit/Source/core/style/ShapeValue.h
|
| diff --git a/third_party/WebKit/Source/core/style/ShapeValue.h b/third_party/WebKit/Source/core/style/ShapeValue.h
|
| index 3d156c5c0670cbc3c73e5fd45bf1b15d4c608200..27fe380426f8b2d4b64387866781975149a9345f 100644
|
| --- a/third_party/WebKit/Source/core/style/ShapeValue.h
|
| +++ b/third_party/WebKit/Source/core/style/ShapeValue.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| static ShapeValue* createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
|
| {
|
| - return new ShapeValue(shape, cssBox);
|
| + return new ShapeValue(std::move(shape), cssBox);
|
| }
|
|
|
| static ShapeValue* createBoxShapeValue(CSSBoxType cssBox)
|
|
|