| Index: Source/core/dom/DecodedDataDocumentParser.h
|
| diff --git a/Source/core/dom/DecodedDataDocumentParser.h b/Source/core/dom/DecodedDataDocumentParser.h
|
| index 1e87c64c3b118cf9fe92cdf687a71141180d35c0..de7fd08ce58a271c76a410f817481400a3410477 100644
|
| --- a/Source/core/dom/DecodedDataDocumentParser.h
|
| +++ b/Source/core/dom/DecodedDataDocumentParser.h
|
| @@ -52,7 +52,7 @@ protected:
|
| virtual ~DecodedDataDocumentParser();
|
|
|
| private:
|
| - // append is used by DocumentWriter::replaceDocument.
|
| + // append is used by DocumentWriter::replaceDocumentWhileExecutingJavaScriptURL.
|
| virtual void append(PassRefPtr<StringImpl>) = 0;
|
|
|
| void updateDocument(String& decodedData);
|
|
|