| Index: third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h b/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h
|
| index 7ed6ee4286af209d52c1f3b757e9b0d391d9da89..6a45d075b46253b2a2a1cfcd25729e1bcb534eb0 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h
|
| @@ -29,7 +29,8 @@ class FormDataBytesConsumer final : public BytesConsumer {
|
| ExecutionContext* executionContext,
|
| PassRefPtr<EncodedFormData> formData,
|
| BytesConsumer* consumer) {
|
| - return new FormDataBytesConsumer(executionContext, formData, consumer);
|
| + return new FormDataBytesConsumer(executionContext, std::move(formData),
|
| + consumer);
|
| }
|
|
|
| // BytesConsumer implementation
|
|
|