| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 40ec07d36da6841e83fe3673db9bcf585c886645..f78f2204cc35eec163479bb9c5d5b297bc24eb5b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1008,7 +1008,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
| void resumeScheduledTasks() final;
|
| bool tasksNeedSuspension() final;
|
|
|
| - void finishedParsing();
|
| + virtual void finishedParsing();
|
|
|
| void setEncodingData(const DocumentEncodingData& newData);
|
| const WTF::TextEncoding& encoding() const {
|
|
|