Index: third_party/WebKit/Source/platform/mhtml/MHTMLParser.h |
diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLParser.h b/third_party/WebKit/Source/platform/mhtml/MHTMLParser.h |
index 87841ee7147bc4da6bb75158c1fb6f8de47ee5ce..b594556b6fdc7995ceb4dd1e3ad21054d17c1011 100644 |
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLParser.h |
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLParser.h |
@@ -50,7 +50,7 @@ class SharedBuffer; |
class PLATFORM_EXPORT MHTMLParser final { |
STACK_ALLOCATED(); |
public: |
- explicit MHTMLParser(SharedBuffer*); |
+ explicit MHTMLParser(PassRefPtr<SharedBuffer>); |
HeapVector<Member<ArchiveResource>> parseArchive(); |