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