Index: Source/core/html/parser/HTMLViewSourceParser.h |
diff --git a/Source/core/html/parser/HTMLViewSourceParser.h b/Source/core/html/parser/HTMLViewSourceParser.h |
index 87465789b017c55fdd84a5f6ea9d9d6601c447cc..0f3549c3e1db311493d8d36b50a4d5427d679d77 100644 |
--- a/Source/core/html/parser/HTMLViewSourceParser.h |
+++ b/Source/core/html/parser/HTMLViewSourceParser.h |
@@ -48,7 +48,7 @@ private: |
// DocumentParser |
virtual void insert(const SegmentedString&) override { ASSERT_NOT_REACHED(); } |
- virtual void append(PassRefPtr<StringImpl>) override; |
+ virtual void append(const String&) override; |
virtual void finish() override; |
HTMLViewSourceDocument* document() const { return static_cast<HTMLViewSourceDocument*>(DecodedDataDocumentParser::document()); } |