| 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();
|
|
|
|
|