| Index: Source/core/html/ImageDocument.h
|
| diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h
|
| index 7baaef926232eea7c105eac84646dcd0eed80bb5..73211d1e817b7885fedc8e0753846a2c531c65d2 100644
|
| --- a/Source/core/html/ImageDocument.h
|
| +++ b/Source/core/html/ImageDocument.h
|
| @@ -57,9 +57,9 @@ public:
|
| private:
|
| explicit ImageDocument(const DocumentInit&);
|
|
|
| - virtual PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
|
| + PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
|
| #if !ENABLE(OILPAN)
|
| - virtual void dispose() override;
|
| + void dispose() override;
|
| #endif
|
|
|
| void createDocumentStructure(bool loadingMultipartContent);
|
|
|