| Index: Source/core/dom/DocumentParser.h
|
| diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
|
| index fa1d90a40c3fc2bf359f40bed0799789d4b054b2..c0b502ae36bfb2db0b0ab1ed5f0a340e86973e73 100644
|
| --- a/Source/core/dom/DocumentParser.h
|
| +++ b/Source/core/dom/DocumentParser.h
|
| @@ -52,8 +52,8 @@ public:
|
| virtual void appendBytes(const char* bytes, size_t length) = 0;
|
| virtual void flush() = 0;
|
| virtual bool needsDecoder() const { return false; }
|
| - virtual void setDecoder(PassRefPtr<TextResourceDecoder>);
|
| - virtual PassRefPtr<TextResourceDecoder> decoder();
|
| + virtual void setDecoder(PassOwnPtr<TextResourceDecoder>);
|
| + virtual TextResourceDecoder* decoder();
|
| virtual void setHasAppendedData() { }
|
|
|
| // pinToMainThread also makes append() not yield before completion of that chunk.
|
|
|