Index: Source/web/WebKit.cpp |
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp |
index 0af50ec4763f064472ac8c6f2fa34b7bced45162..a8c96615026c8ad6f032a2b2c73515da7af58691 100644 |
--- a/Source/web/WebKit.cpp |
+++ b/Source/web/WebKit.cpp |
@@ -231,7 +231,7 @@ void shutdown() |
// Make sure we stop WorkerThreads before the main thread's ThreadState |
// and later shutdown steps starts freeing up resources needed during |
// worker termination. |
- WorkerThread::terminateAndWaitForAllWorkers(); |
+ WorkerScript::terminateAndWaitForAllWorkers(); |
ModulesInitializer::terminateThreads(); |