| 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 7ed7aa7541bb2d2308e16892204445bed46a83a8..608eb1393db1c757a6e93c979c359658552494e9 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -68,7 +68,6 @@ void HTMLParserThread::shutdown()
|
| if (Platform::current()->currentThread() && s_sharedThread->m_thread) {
|
| WaitableEvent waitableEvent;
|
| s_sharedThread->postTask(crossThreadBind(&HTMLParserThread::cleanupHTMLParserThread, crossThreadUnretained(s_sharedThread), crossThreadUnretained(&waitableEvent)));
|
| - SafePointScope scope(BlinkGC::HeapPointersOnStack);
|
| waitableEvent.wait();
|
| }
|
| delete s_sharedThread;
|
|
|