| Index: Source/core/Init.cpp
|
| diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
|
| index dad39deebd3946b7c6fcab9fb8d626b71d60ad0e..f4866960dc3cfc4ebe11c213e1180fd0c4bd18e5 100644
|
| --- a/Source/core/Init.cpp
|
| +++ b/Source/core/Init.cpp
|
| @@ -118,9 +118,8 @@ void CoreInitializer::init()
|
|
|
| void CoreInitializer::shutdown()
|
| {
|
| - // Make sure we stop the HTMLParserThread and ScriptStreamerThread before
|
| - // Platform::current() is cleared.
|
| - ScriptStreamerThread::shutdown();
|
| + // Make sure we stop the HTMLParserThread before Platform::current() is
|
| + // cleared.
|
| HTMLParserThread::shutdown();
|
|
|
| Partitions::shutdown();
|
|
|