| Index: third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp b/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| index df9a788f347cc20a991b4a7adc0ed78df77dcb62..161b69409a9d28339f7706287f339724dfec126d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| @@ -65,7 +65,7 @@ XHRReplayData::XHRReplayData(ExecutionContext* executionContext,
|
| m_method(method),
|
| m_url(url),
|
| m_async(async),
|
| - m_formData(formData),
|
| + m_formData(std::move(formData)),
|
| m_includeCredentials(includeCredentials) {}
|
|
|
| DEFINE_TRACE(XHRReplayData) {
|
|
|