| 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 3fa474fa4fd4cc62daa165da2db647021f935768..6f930121248d43f3dbb6a67238dcd8d005a8e1f5 100644
|
| --- a/third_party/WebKit/Source/web/WebKit.cpp
|
| +++ b/third_party/WebKit/Source/web/WebKit.cpp
|
| @@ -200,10 +200,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();
|
| -
|
| ThreadState::current()->unregisterTraceDOMWrappers();
|
|
|
| V8Initializer::shutdownMainThread();
|
|
|