| Index: third_party/WebKit/Source/core/frame/History.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/History.cpp b/third_party/WebKit/Source/core/frame/History.cpp
|
| index 5ba75592c16764d0288d589daf26002355868b5b..0b9503f6a518b1944228ed029660b16b554658ff 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/History.cpp
|
| @@ -214,7 +214,7 @@ void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const Str
|
| return;
|
| }
|
|
|
| - m_frame->loader().updateForSameDocumentNavigation(fullURL, SameDocumentNavigationHistoryApi, data, restorationType, type, m_frame->document());
|
| + m_frame->loader().updateForSameDocumentNavigation(fullURL, SameDocumentNavigationHistoryApi, std::move(data), restorationType, type, m_frame->document());
|
| }
|
|
|
| } // namespace blink
|
|
|