| Index: third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/DocumentResource.h b/third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| index 73d4d3262a607b597c6b7731e0bc548e5260046f..904e0a53e713e8cf57795932793a20589c285577 100644
|
| --- a/third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| @@ -46,7 +46,7 @@ public:
|
|
|
| Document* document() const { return m_document.get(); }
|
|
|
| - void checkNotify() override;
|
| + void checkNotify(MarkFinishedOption) override;
|
|
|
| private:
|
| class SVGDocumentResourceFactory : public ResourceFactory {
|
|
|