| Index: Source/core/dom/DecodedDataDocumentParser.h
|
| diff --git a/Source/core/dom/DecodedDataDocumentParser.h b/Source/core/dom/DecodedDataDocumentParser.h
|
| index 19958424411742e9782b40ffca7503ac4d2f00eb..5c106f91e1e199fc0046d3ed01c9b852e5f49f2b 100644
|
| --- a/Source/core/dom/DecodedDataDocumentParser.h
|
| +++ b/Source/core/dom/DecodedDataDocumentParser.h
|
| @@ -52,9 +52,6 @@ protected:
|
| virtual ~DecodedDataDocumentParser();
|
|
|
| private:
|
| - // append is used by DocumentLoader::replaceDocumentWhileExecutingJavaScriptURL.
|
| - virtual void append(PassRefPtr<StringImpl>) = 0;
|
| -
|
| void updateDocument(String& decodedData);
|
|
|
| bool m_needsDecoder;
|
|
|