| Index: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
|
| index 34fcae2cfb63ef12338bb328d48e82099b19a50f..e01a2d70056993927abab2ee46ac48b21ecb2552 100644
|
| --- a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| // The below functions are used by DocumentWriter (the loader).
|
| void appendBytes(const char* bytes, size_t length) override;
|
| - void flush() override;
|
| + virtual void flush();
|
| bool needsDecoder() const final { return m_needsDecoder; }
|
| void setDecoder(PassOwnPtr<TextResourceDecoder>) override;
|
| TextResourceDecoder* decoder() final;
|
|
|