| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| index 34627dcc7fe3a88700b86dd4fc261341fb42d116..d2552b059a2b45e29c628e209ebc31b5128cd2c4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -92,7 +92,7 @@ HTMLDocumentParser::HTMLDocumentParser(HTMLDocument& document, ParserSynchroniza
|
| : HTMLDocumentParser(document, AllowScriptingContent, syncPolicy)
|
| {
|
| m_scriptRunner = HTMLScriptRunner::create(&document, this);
|
| - m_treeBuilder = HTMLTreeBuilder::create(this, &document, AllowScriptingContent, m_options);
|
| + m_treeBuilder = HTMLTreeBuilder::create(this, document, AllowScriptingContent, m_options);
|
| }
|
|
|
| HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy)
|
|
|