| Index: third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| index c34d221e3f09cec38b94089d3ffe52920afb6ef3..cac665909c9bee33f80dfc11046410a2ccef842c 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -84,7 +84,7 @@ HTMLParserThread* HTMLParserThread::shared()
|
| WebThread& HTMLParserThread::platformThread()
|
| {
|
| if (!isRunning()) {
|
| - m_thread = WebThreadSupportingGC::create("HTMLParserThread");
|
| + m_thread = WebThreadSupportingGC::create("HTMLParserThread", ThreadState::PerThreadHeapDisabled);
|
| postTask(threadSafeBind(&HTMLParserThread::setupHTMLParserThread, AllowCrossThreadAccess(this)));
|
| }
|
| return m_thread->platformThread();
|
|
|