| Index: third_party/WebKit/Source/web/WebKit.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
|
| index 6640dd3d0ac50fd572ea95e4c5a4a59eeef336cb..d6c820d087cdc0402c158dcb20b412d133683cf1 100644
|
| --- a/third_party/WebKit/Source/web/WebKit.cpp
|
| +++ b/third_party/WebKit/Source/web/WebKit.cpp
|
| @@ -196,10 +196,6 @@ void shutdown()
|
| s_endOfTaskRunner = nullptr;
|
| }
|
|
|
| - // Shutdown V8-related background threads before V8 is ramped down. Note
|
| - // that this will wait the thread to stop its operations.
|
| - ScriptStreamerThread::shutdown();
|
| -
|
| V8Initializer::shutdownMainThread();
|
|
|
| modulesInitializer().shutdown();
|
|
|