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 b594556b6fdc7995ceb4dd1e3ad21054d17c1011..77303a1943de5facd2140bb68c327b07987cafd8 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(PassRefPtr<SharedBuffer>); |
+ explicit MHTMLParser(PassRefPtr<const SharedBuffer>); |
HeapVector<Member<ArchiveResource>> parseArchive(); |