| Index: third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp b/third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp
|
| index 605b4a37b7bbea57d8a9a2273789aa2cfc3dd23b..6393f8a197a12fd7920caa499465738554fa0fa7 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp
|
| @@ -200,7 +200,7 @@ static bool skipLinesUntilBoundaryFound(SharedBufferChunkReader& lineReader, con
|
| }
|
|
|
| MHTMLParser::MHTMLParser(PassRefPtr<SharedBuffer> data)
|
| - : m_lineReader(data, "\r\n")
|
| + : m_lineReader(std::move(data), "\r\n")
|
| {
|
| }
|
|
|
|
|