| Index: Source/core/Init.cpp | 
| diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp | 
| index ed6e14159d6f48d1563469833639eb3e8e47be47..dad39deebd3946b7c6fcab9fb8d626b71d60ad0e 100644 | 
| --- a/Source/core/Init.cpp | 
| +++ b/Source/core/Init.cpp | 
| @@ -123,9 +123,6 @@ void CoreInitializer::shutdown() | 
| ScriptStreamerThread::shutdown(); | 
| HTMLParserThread::shutdown(); | 
|  | 
| -    // Make sure we stop WorkerThreads before Partition::shutdown() which frees ExecutionContext. | 
| -    WorkerThread::terminateAndWaitForAllWorkers(); | 
| - | 
| Partitions::shutdown(); | 
| } | 
|  | 
|  |