Index: third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h b/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h |
index 52ebcc558ec31a603160dc0e1a432c871589362e..0b64faed2aae75e7a72d187a9c1be6955ad70190 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h |
@@ -50,7 +50,7 @@ class CORE_EXPORT HTMLViewSourceParser final |
HTMLViewSourceParser(HTMLViewSourceDocument&, const String& mimeType); |
// DocumentParser |
- void insert(const SegmentedString&) override { ASSERT_NOT_REACHED(); } |
+ void insert(const SegmentedString&) override { NOTREACHED(); } |
void append(const String&) override; |
void finish() override; |