Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.h

Issue 2751483005: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/html/parser/ (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698