Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 3fcf5cc366f8f5007b5a2ada0f52fce6449eb0b3..adb39a7c87f4ad3e7fb6b096faa7152a4dd6fded 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -2053,12 +2053,12 @@ |
'workers/WorkerObjectProxy.cpp', |
'workers/WorkerObjectProxy.h', |
'workers/WorkerReportingProxy.h', |
+ 'workers/WorkerScript.cpp', |
'workers/WorkerScriptLoader.cpp', |
'workers/WorkerScriptLoader.h', |
'workers/WorkerScriptLoaderClient.h', |
- 'workers/WorkerThread.cpp', |
- 'workers/WorkerThreadStartupData.cpp', |
- 'workers/WorkerThreadStartupData.h', |
+ 'workers/WorkerScriptStartupData.cpp', |
+ 'workers/WorkerScriptStartupData.h', |
'xml/DOMParser.cpp', |
'xml/DOMParser.h', |
'xml/DocumentXPathEvaluator.cpp', |