| Index: third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h b/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| index ee6382588de8e2c8e1b325b10f88cc2dfb9d06c2..f2224793bc13a763257e79cd58424572f890d370 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| @@ -31,7 +31,7 @@ public:
|
|
|
| void setTextFragment(PassRefPtr<StringImpl> text, unsigned start, unsigned length)
|
| {
|
| - toTextFragment()->setTextFragment(text, start, length);
|
| + toTextFragment()->setTextFragment(std::move(text), start, length);
|
| }
|
|
|
| FirstLetterPseudoElement* firstLetterPseudoElement() const
|
|
|