| 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 {
|
|
|