| Index: third_party/WebKit/Source/platform/Length.cpp
|
| diff --git a/third_party/WebKit/Source/platform/Length.cpp b/third_party/WebKit/Source/platform/Length.cpp
|
| index 00664f65f0ce4038e232a4a722f2645441ae8fbd..b9edca687e896391f7a5f0fae7d7e230c02ae350 100644
|
| --- a/third_party/WebKit/Source/platform/Length.cpp
|
| +++ b/third_party/WebKit/Source/platform/Length.cpp
|
| @@ -49,7 +49,7 @@ public:
|
| while (m_map.contains(m_index))
|
| m_index++;
|
|
|
| - m_map.set(m_index, calcValue);
|
| + m_map.set(m_index, std::move(calcValue));
|
|
|
| return m_index;
|
| }
|
|
|