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

Unified Diff: Source/core/workers/Worker.h

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/SharedWorkerThread.cpp ('k') | Source/core/workers/Worker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/Worker.h
diff --git a/Source/core/workers/Worker.h b/Source/core/workers/Worker.h
index 9b08a98d52484dd5e50883229d7c76dd5ea9f2ce..b11bf488326b1ee499a92fa96a85a416185545d6 100644
--- a/Source/core/workers/Worker.h
+++ b/Source/core/workers/Worker.h
@@ -42,7 +42,7 @@
namespace WebCore {
class ScriptExecutionContext;
- class WorkerContextProxy;
+ class WorkerGlobalScopeProxy;
class WorkerScriptLoader;
typedef int ExceptionCode;
@@ -75,7 +75,7 @@ namespace WebCore {
virtual void derefEventTarget() OVERRIDE { deref(); }
RefPtr<WorkerScriptLoader> m_scriptLoader;
- WorkerContextProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
+ WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
};
} // namespace WebCore
« no previous file with comments | « Source/core/workers/SharedWorkerThread.cpp ('k') | Source/core/workers/Worker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698