Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 1048c02b7c1989a920c666a4002aa701b619229e..ab55a40e5aa718d5adb00d529ca164c8c0041746 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -127,7 +127,7 @@ |
#include "core/testing/PrivateScriptTest.h" |
#include "core/testing/TypeConversions.h" |
#include "core/testing/UnionTypesTest.h" |
-#include "core/workers/WorkerThread.h" |
+#include "core/workers/WorkerScript.h" |
#include "platform/Cursor.h" |
#include "platform/Language.h" |
#include "platform/RuntimeEnabledFeatures.h" |
@@ -256,7 +256,7 @@ InternalRuntimeFlags* Internals::runtimeFlags() const |
unsigned Internals::workerThreadCount() const |
{ |
- return WorkerThread::workerThreadCount(); |
+ return WorkerScript::workerScriptCount(); |
} |
String Internals::address(Node* node) |