| Index: third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| index 2b8a525bf0ab7b3c748007d61dbe0821c70f504a..0d630edfb755ad3d3047b4fe57cbd457bb92f572 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| @@ -302,7 +302,7 @@ void LayoutScrollbar::updateScrollbarPart(ScrollbarPart partType,
|
| }
|
|
|
| if (partLayoutObject)
|
| - partLayoutObject->setStyleWithWritingModeOfParent(partStyle.release());
|
| + partLayoutObject->setStyleWithWritingModeOfParent(std::move(partStyle));
|
| }
|
|
|
| IntRect LayoutScrollbar::buttonRect(ScrollbarPart partType) const {
|
|
|