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 871b3eee1e8c4001f8775fc75bf8ab2abef4b911..8f43d1e3349bc6842dbb7a6776323991f943be1d 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 |
return false; |
} |
-MHTMLParser::MHTMLParser(SharedBuffer* data) |
+MHTMLParser::MHTMLParser(PassRefPtr<SharedBuffer> data) |
: m_lineReader(data, "\r\n") |
{ |
} |