| Index: Source/core/html/parser/TextDocumentParser.cpp
|
| diff --git a/Source/core/html/parser/TextDocumentParser.cpp b/Source/core/html/parser/TextDocumentParser.cpp
|
| index d29935a77c95559a13dbde1c3f6f887caa709d43..8b12132e40f714b244f3a4471704e78cd83b0000 100644
|
| --- a/Source/core/html/parser/TextDocumentParser.cpp
|
| +++ b/Source/core/html/parser/TextDocumentParser.cpp
|
| @@ -32,7 +32,7 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -TextDocumentParser::TextDocumentParser(HTMLDocument* document)
|
| +TextDocumentParser::TextDocumentParser(HTMLDocument& document)
|
| : HTMLDocumentParser(document, false)
|
| , m_haveInsertedFakePreElement(false)
|
| {
|
|
|