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 |