| 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 23d77389115ddb12e8372eb3130f683617a86f38..9bff3174f8c8f6e52f212064c8efa52098f3588e 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -741,6 +741,7 @@ void HTMLDocumentParser::startBackgroundParser()
|
| config->outstandingTokenLimit = document()->settings()->backgroundHtmlParserOutstandingTokenLimit();
|
| if (document()->settings()->backgroundHtmlParserPendingTokenLimit())
|
| config->pendingTokenLimit = document()->settings()->backgroundHtmlParserPendingTokenLimit();
|
| + config->shouldCoalesceChunks = document()->settings()->parseHTMLOnMainThreadCoalesceChunks();
|
| }
|
|
|
| ASSERT(config->xssAuditor->isSafeToSendToAnotherThread());
|
|
|