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

Unified Diff: third_party/WebKit/Source/core/workers/Worker.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/Worker.idl
diff --git a/third_party/WebKit/Source/core/workers/Worker.idl b/third_party/WebKit/Source/core/workers/Worker.idl
index 3955d0c2bd54da0e19417aab2c6dabbac4fe04d2..bfff2d9fde22e3432fda77fa214e619f0263b1fc 100644
--- a/third_party/WebKit/Source/core/workers/Worker.idl
+++ b/third_party/WebKit/Source/core/workers/Worker.idl
@@ -32,12 +32,12 @@
DependentLifetime,
Constructor(DOMString scriptUrl),
ConstructorCallWith=ExecutionContext,
- // TODO(philipj): Exposed=(Window,Worker),
+ // TODO(foolip): Exposed=(Window,Worker),
RaisesException=Constructor,
] interface Worker : EventTarget {
void terminate();
- // TODO(philipj): The SerializedScriptValue type should be any.
+ // TODO(foolip): The SerializedScriptValue type should be any.
[PostMessage, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
attribute EventHandler onmessage;
};

Powered by Google App Engine
This is Rietveld 408576698