| Index: Source/core/dom/DocumentParser.cpp
|
| diff --git a/Source/core/dom/DocumentParser.cpp b/Source/core/dom/DocumentParser.cpp
|
| index fa6d9e8356f9afc98c91c806aebabee39f8f46e5..ac2ffa99a21aa8fe10b0facdbea2b1cac5b16f85 100644
|
| --- a/Source/core/dom/DocumentParser.cpp
|
| +++ b/Source/core/dom/DocumentParser.cpp
|
| @@ -47,12 +47,12 @@ DocumentParser::~DocumentParser()
|
| ASSERT(!m_document);
|
| }
|
|
|
| -void DocumentParser::setDecoder(PassRefPtr<TextResourceDecoder>)
|
| +void DocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder>)
|
| {
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -PassRefPtr<TextResourceDecoder> DocumentParser::decoder()
|
| +TextResourceDecoder* DocumentParser::decoder()
|
| {
|
| return 0;
|
| }
|
|
|