Index: Source/core/workers/WorkerGlobalScopeProxy.cpp |
diff --git a/Source/core/workers/WorkerContextProxy.cpp b/Source/core/workers/WorkerGlobalScopeProxy.cpp |
similarity index 92% |
rename from Source/core/workers/WorkerContextProxy.cpp |
rename to Source/core/workers/WorkerGlobalScopeProxy.cpp |
index 7f0ff2e885115951111a78592ec00db7d2b4d889..06471bb88f2cf8f9bdc77f510507ef17b2be3aa8 100644 |
--- a/Source/core/workers/WorkerContextProxy.cpp |
+++ b/Source/core/workers/WorkerGlobalScopeProxy.cpp |
@@ -29,10 +29,10 @@ |
*/ |
#include "config.h" |
-#include "core/workers/WorkerContextProxy.h" |
+#include "core/workers/WorkerGlobalScopeProxy.h" |
namespace WebCore { |
-WorkerContextProxy::CreateDelegate* WorkerContextProxy::s_createDelegate = 0; |
+WorkerGlobalScopeProxy::CreateDelegate* WorkerGlobalScopeProxy::s_createDelegate = 0; |
} // namespace WebCore |