| Index: third_party/WebKit/Source/core/Init.cpp
|
| diff --git a/third_party/WebKit/Source/core/Init.cpp b/third_party/WebKit/Source/core/Init.cpp
|
| index 056121830cd5b026244838e0f599b8fa1fc855b9..ccfa175811258948bbd5b8f0ed7b1dfc1928c94a 100644
|
| --- a/third_party/WebKit/Source/core/Init.cpp
|
| +++ b/third_party/WebKit/Source/core/Init.cpp
|
| @@ -145,6 +145,10 @@ void CoreInitializer::init()
|
|
|
| void CoreInitializer::shutdown()
|
| {
|
| + // Shutdown V8-related background threads before V8 is ramped down. Note
|
| + // that this will wait the thread to stop its operations.
|
| + ScriptStreamerThread::shutdown();
|
| +
|
| // Make sure we stop the HTMLParserThread before Platform::current() is
|
| // cleared.
|
| ASSERT(Platform::current());
|
|
|