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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
index f8c2a51c7302cee4a28deae1e4d7461c04bffba5..66e9eef69d4ac1c3c3a8cde0c2b80ee5911154ce 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
@@ -35,7 +35,7 @@
Exposed=SharedWorker,
] interface SharedWorkerGlobalScope : WorkerGlobalScope {
readonly attribute DOMString name;
- // TODO(philipj): readonly attribute ApplicationCache applicationCache;
+ // TODO(foolip): readonly attribute ApplicationCache applicationCache;
void close();
« no previous file with comments | « third_party/WebKit/Source/core/workers/SharedWorker.idl ('k') | third_party/WebKit/Source/core/workers/Worker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698