| Index: third_party/WebKit/Source/platform/text/BidiResolver.h
|
| diff --git a/third_party/WebKit/Source/platform/text/BidiResolver.h b/third_party/WebKit/Source/platform/text/BidiResolver.h
|
| index b63560b7fcd187e038f4945754316533b7eb3d9d..88f073b530f04240592b9fa50da203d3601ecaed 100644
|
| --- a/third_party/WebKit/Source/platform/text/BidiResolver.h
|
| +++ b/third_party/WebKit/Source/platform/text/BidiResolver.h
|
| @@ -145,7 +145,7 @@ struct BidiStatus final {
|
| : eor(eorDir),
|
| lastStrong(lastStrongDir),
|
| last(lastDir),
|
| - context(bidiContext) {}
|
| + context(std::move(bidiContext)) {}
|
|
|
| // Creates a BidiStatus for Isolates (RLI/LRI).
|
| // The rule X5a ans X5b of UAX#9: http://unicode.org/reports/tr9/#X5a
|
|
|