Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1487)

Unified Diff: Source/core/workers/WorkerGlobalScopeProxy.cpp

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/workers/WorkerGlobalScopeProxy.h ('k') | Source/core/workers/WorkerLoaderProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/workers/WorkerGlobalScopeProxy.h ('k') | Source/core/workers/WorkerLoaderProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698