| Index: third_party/WebKit/Source/core/frame/FrameSerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
|
| index d65797218f7c01a811ce423436d4b24ff9f99a50..c30e485ce7cc2142986dbe9ce06bf90a40bf9731 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
|
| @@ -397,7 +397,7 @@ void FrameSerializer::addToResources(const Resource& resource, PassRefPtr<Shared
|
| }
|
|
|
| String mimeType = resource.response().mimeType();
|
| - m_resources->append(SerializedResource(url, mimeType, data));
|
| + m_resources->append(SerializedResource(url, mimeType, std::move(data)));
|
| m_resourceURLs.add(url);
|
| }
|
|
|
|
|