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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorker.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/SharedWorker.idl
diff --git a/third_party/WebKit/Source/core/workers/SharedWorker.idl b/third_party/WebKit/Source/core/workers/SharedWorker.idl
index 1dc1347e8a1bc776dfa0b8ee1d01ca0fe6dc00db..84ae8fba283a10090ce593395903f1504a49a094 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorker.idl
+++ b/third_party/WebKit/Source/core/workers/SharedWorker.idl
@@ -33,11 +33,11 @@
[
ActiveScriptWrappable,
- // TODO(philipj): The name argument should not have a default null value.
+ // TODO(foolip): The name argument should not have a default null value.
Constructor(DOMString scriptURL, optional DOMString name = null),
ConstructorCallWith=ExecutionContext,
DependentLifetime,
- // TODO(philipj): Exposed=(Window,Worker),
+ // TODO(foolip): Exposed=(Window,Worker),
RaisesException=Constructor,
RuntimeEnabled=SharedWorker,
] interface SharedWorker : EventTarget {

Powered by Google App Engine
This is Rietveld 408576698