| Index: sky/engine/core/dom/DecodedDataDocumentParser.h
|
| diff --git a/sky/engine/core/dom/DecodedDataDocumentParser.h b/sky/engine/core/dom/DecodedDataDocumentParser.h
|
| index 9bbd534b4798614fc9b16a43aa657ee7d1e3d46b..164b9298f60b6fd90a750b69ffe2437f33ae9a8d 100644
|
| --- a/sky/engine/core/dom/DecodedDataDocumentParser.h
|
| +++ b/sky/engine/core/dom/DecodedDataDocumentParser.h
|
| @@ -33,19 +33,9 @@ namespace blink {
|
| class TextResourceDecoder;
|
|
|
| class DecodedDataDocumentParser : public DocumentParser {
|
| -public:
|
| - virtual void appendBytes(const char* bytes, size_t length) override;
|
| - virtual void flush() override;
|
| -
|
| protected:
|
| explicit DecodedDataDocumentParser(Document&);
|
| virtual ~DecodedDataDocumentParser();
|
| -
|
| -private:
|
| - // append is used by DocumentWriter::replaceDocumentWhileExecutingJavaScriptURL.
|
| - virtual void append(PassRefPtr<StringImpl>) = 0;
|
| -
|
| - OwnPtr<TextResourceDecoder> m_decoder;
|
| };
|
|
|
| }
|
|
|