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

Unified Diff: Source/WebKit/chromium/src/WebSharedWorkerImpl.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/WebKit/chromium/src/WebKit.cpp ('k') | Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebSharedWorkerImpl.h
diff --git a/Source/WebKit/chromium/src/WebSharedWorkerImpl.h b/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
index 9c020e2d108270a4d7a3ffd2dc1a09ae7fb804e3..295a756893daadd4adc52657277ecf3507fa8cd6 100644
--- a/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
+++ b/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
@@ -81,13 +81,13 @@ public:
virtual void updateInspectorStateCookie(const WTF::String&);
virtual void confirmMessageFromWorkerObject(bool);
virtual void reportPendingActivity(bool);
- virtual void workerContextClosed();
- virtual void workerContextDestroyed();
+ virtual void workerGlobalScopeClosed();
+ virtual void workerGlobalScopeDestroyed();
virtual WebView* view() const { return m_webView; }
// WebCore::WorkerLoaderProxy methods:
virtual void postTaskToLoader(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
- virtual bool postTaskForModeToWorkerContext(
+ virtual bool postTaskForModeToWorkerGlobalScope(
PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const WTF::String& mode);
virtual WebWorkerBase* toWebWorkerBase() OVERRIDE;
@@ -163,10 +163,10 @@ private:
WebCore::ScriptExecutionContext*,
WebSharedWorkerImpl* thisPtr,
bool hasPendingActivity);
- static void workerContextClosedTask(
+ static void workerGlobalScopeClosedTask(
WebCore::ScriptExecutionContext*,
WebSharedWorkerImpl* thisPtr);
- static void workerContextDestroyedTask(
+ static void workerGlobalScopeDestroyedTask(
WebCore::ScriptExecutionContext*,
WebSharedWorkerImpl* thisPtr);
« no previous file with comments | « Source/WebKit/chromium/src/WebKit.cpp ('k') | Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698