| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index b64438310952189c839cc91f4cd6784215ab5d59..79f58d68392b472989da0442b57a3574a65690ac 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -124,7 +124,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/PlatformKeyboardEvent.h"
|
| @@ -278,7 +278,7 @@ InternalRuntimeFlags* Internals::runtimeFlags() const
|
|
|
| unsigned Internals::workerThreadCount() const
|
| {
|
| - return WorkerThread::workerThreadCount();
|
| + return WorkerScript::workerScriptCount();
|
| }
|
|
|
| String Internals::address(Node* node)
|
|
|