| Index: third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| index 4f8c40092fdd2c43020f0e8e8b8101a3c0022276..c7e5f98625bb2832b136533bfae1c097d7de8ee5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| @@ -499,7 +499,7 @@ void LayoutListMarker::listItemStyleDidChange() {
|
| newStyle->setMarginStart(style()->marginStart());
|
| newStyle->setMarginEnd(style()->marginRight());
|
| }
|
| - setStyle(newStyle.release());
|
| + setStyle(std::move(newStyle));
|
| }
|
|
|
| } // namespace blink
|
|
|