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/SharedWorkerRepository.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
Index: Source/WebKit/chromium/src/SharedWorkerRepository.cpp
diff --git a/Source/WebKit/chromium/src/SharedWorkerRepository.cpp b/Source/WebKit/chromium/src/SharedWorkerRepository.cpp
index d930fec9e5eae2433b0e0e42541ec1fbc5e656ac..9d8a832381add59cc621fc5582cf5715db8473fb 100644
--- a/Source/WebKit/chromium/src/SharedWorkerRepository.cpp
+++ b/Source/WebKit/chromium/src/SharedWorkerRepository.cpp
@@ -254,7 +254,7 @@ void SharedWorkerRepository::documentDetached(Document* document)
repository->documentDetached(getId(document));
// Stop the creation of any pending SharedWorkers for this context.
- // FIXME: Need a way to invoke this for WorkerContexts as well when we support for nested workers.
+ // FIXME: Need a way to invoke this for WorkerGlobalScopes as well when we support for nested workers.
SharedWorkerScriptLoader::stopAllLoadersForContext(document);
}
« no previous file with comments | « Source/WebKit/chromium/src/LocalFileSystemChromium.cpp ('k') | Source/WebKit/chromium/src/StorageQuotaChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698