| Index: third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| index 19c4dbeb47d3e65ca9943553cc91dfe5112ee752..04233bb1fcb4d0494237a1aad17b50e58bf9f83b 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| +++ b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| @@ -56,7 +56,7 @@ ArchiveResource* ArchiveResource::create(
|
| const AtomicString& mimeType,
|
| const AtomicString& textEncoding)
|
| {
|
| - return new ArchiveResource(data, url, contentID, mimeType, textEncoding);
|
| + return new ArchiveResource(std::move(data), url, contentID, mimeType, textEncoding);
|
| }
|
|
|
| } // namespace blink
|
|
|