| 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 461d43b3ab71e4124cac97ef67ad526532442337..f1231e0dc186331a86e712b16057226308d3b0bf 100644
|
| --- a/third_party/WebKit/Source/core/Init.cpp
|
| +++ b/third_party/WebKit/Source/core/Init.cpp
|
| @@ -51,7 +51,7 @@
|
| #include "core/fetch/FetchInitiatorTypeNames.h"
|
| #include "core/html/canvas/CanvasRenderingContextFactory.h"
|
| #include "core/html/parser/HTMLParserThread.h"
|
| -#include "core/workers/WorkerThread.h"
|
| +#include "core/workers/WorkerScript.h"
|
| #include "platform/EventTracer.h"
|
| #include "platform/FontFamilyNames.h"
|
| #include "platform/HTTPNames.h"
|
| @@ -147,7 +147,7 @@ void CoreInitializer::terminateThreads()
|
| // cleared.
|
| HTMLParserThread::shutdown();
|
|
|
| - WorkerThread::terminateAndWaitForAllWorkers();
|
| + WorkerScript::terminateAndWaitForAllWorkers();
|
| }
|
|
|
| void CoreInitializer::shutdown()
|
|
|