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

Unified Diff: content/renderer/shared_worker/shared_worker_repository.cc

Issue 2586863002: Worker: Enable UseCounter for SharedWorkerGlobalScope (Closed)
Patch Set: simplify Created 3 years, 10 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: content/renderer/shared_worker/shared_worker_repository.cc
diff --git a/content/renderer/shared_worker/shared_worker_repository.cc b/content/renderer/shared_worker/shared_worker_repository.cc
index dfbcf70ad895006bd5d9a27225258b45c81ef123..fe5c846d282851941ba3797cbade718debfddf02 100644
--- a/content/renderer/shared_worker/shared_worker_repository.cc
+++ b/content/renderer/shared_worker/shared_worker_repository.cc
@@ -39,7 +39,7 @@ void SharedWorkerRepository::connect(
params.creation_context_type = creation_context_type;
ViewHostMsg_CreateWorker_Reply reply;
- // This proxy will self-destruct when a connection is established.
+ // This proxy will self-destruct when a worker is destroyed.
new WebSharedWorkerProxy(std::move(listener), params, channel);
}
« no previous file with comments | « content/renderer/shared_worker/embedded_shared_worker_stub.cc ('k') | content/renderer/shared_worker/websharedworker_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698