| Index: Source/core/html/TextDocument.cpp
|
| diff --git a/Source/core/html/TextDocument.cpp b/Source/core/html/TextDocument.cpp
|
| index acff1d92f70229dac7239421797875f9368d561f..28ed7508ec127a9dec211c4d27a89aea2954a49b 100644
|
| --- a/Source/core/html/TextDocument.cpp
|
| +++ b/Source/core/html/TextDocument.cpp
|
| @@ -38,7 +38,7 @@ TextDocument::TextDocument(const DocumentInit& initializer)
|
|
|
| PassRefPtr<DocumentParser> TextDocument::createParser()
|
| {
|
| - return TextDocumentParser::create(this);
|
| + return TextDocumentParser::create(*this);
|
| }
|
|
|
| }
|
|
|