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

Unified Diff: third_party/WebKit/Source/core/dom/RawDataDocumentParser.h

Issue 2401523002: Replace ASSERT family with DCHECK and so on in core/dom/. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Range.cpp ('k') | third_party/WebKit/Source/core/dom/ScriptLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/RawDataDocumentParser.h
diff --git a/third_party/WebKit/Source/core/dom/RawDataDocumentParser.h b/third_party/WebKit/Source/core/dom/RawDataDocumentParser.h
index 2ba9f668b7477692596c271fe7143d9cb053d775..34fa989de119c8f5f6d01922e247a4d625e80438 100644
--- a/third_party/WebKit/Source/core/dom/RawDataDocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/RawDataDocumentParser.h
@@ -44,7 +44,7 @@ class RawDataDocumentParser : public DocumentParser {
private:
void insert(const SegmentedString&) final {}
- void append(const String&) final { ASSERT_NOT_REACHED(); }
+ void append(const String&) final { NOTREACHED(); }
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/dom/Range.cpp ('k') | third_party/WebKit/Source/core/dom/ScriptLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698