| Index: third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
|
| index bcdc71e7282b69817d04673d6f5e3f4fb92d6dc5..24fa4b3dd6eae528feee07b9e7c0448c10749cbd 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
|
| @@ -222,7 +222,7 @@ WebDistillabilityFeatures DocumentStatisticsCollector::collectStatistics(Documen
|
| if (!document.frame() || !document.frame()->isMainFrame())
|
| return features;
|
|
|
| - ASSERT(document.hasFinishedParsing());
|
| + DCHECK(document.hasFinishedParsing());
|
|
|
| HTMLElement* body = document.body();
|
| HTMLElement* head = document.head();
|
|
|