| Index: third_party/WebKit/Source/web/WebDocument.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp
|
| index 12eeb25ef2549e65a1916c8d03091598f7b9a2a1..33731b7f3d8b291d4db31a63054b61e1087e7a09 100644
|
| --- a/third_party/WebKit/Source/web/WebDocument.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDocument.cpp
|
| @@ -323,9 +323,9 @@ bool WebDocument::manifestUseCredentials() const
|
| return equalIgnoringCase(linkElement->fastGetAttribute(HTMLNames::crossoriginAttr), "use-credentials");
|
| }
|
|
|
| -WebDistillabilityFeatures WebDocument::distillabilityFeatures()
|
| +WebDistillabilityFeatures WebDocument::distillabilityFeatures(bool dumpInfo)
|
| {
|
| - return DocumentStatisticsCollector::collectStatistics(*unwrap<Document>());
|
| + return DocumentStatisticsCollector::collectStatistics(*unwrap<Document>(), dumpInfo);
|
| }
|
|
|
| WebDocument::WebDocument(Document* elem)
|
|
|