Index: content/browser/worker_host/worker_service.cc |
diff --git a/content/browser/worker_host/worker_service.cc b/content/browser/worker_host/worker_service.cc |
index a5477db09ebdeff0d2410afae060afd6bfc44cb5..ca01697835ba7fc5ae6f93488f6357f440c9326a 100644 |
--- a/content/browser/worker_host/worker_service.cc |
+++ b/content/browser/worker_host/worker_service.cc |
@@ -222,8 +222,8 @@ void WorkerService::DocumentDetached(unsigned long long document_id, |
bool WorkerService::CreateWorkerFromInstance( |
WorkerProcessHost::WorkerInstance instance) { |
// TODO(michaeln): We need to ensure that a process is working |
- // on behalf of a single profile. The process sharing logic below |
- // does not ensure that. Consider making WorkerService a per profile |
+ // on behalf of a single context. The process sharing logic below |
jam
2011/07/22 16:58:38
nit: browser_context
|
+ // does not ensure that. Consider making WorkerService a per context |
// object to help with this. |
WorkerProcessHost* worker = NULL; |
if (CommandLine::ForCurrentProcess()->HasSwitch( |