Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h |
diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h |
index 520c240c23776249e7af7bbcaa9fd48577a6118e..7749f61aa4c10022957392d3380d20a90796afd2 100644 |
--- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h |
+++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h |
@@ -69,7 +69,7 @@ class BackgroundHTMLInputStream { |
size_t numberOfSegmentsAlreadyAppended; |
size_t tokensExtractedSincePreviousCheckpoint; |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
bool isNull() const { |
return input.isEmpty() && !numberOfSegmentsAlreadyAppended; |
} |