| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| index 4554a14b18b19e43ce77269b45bdc5b971bbe13a..3cc18b39ff9c9c249f40e5e343755ccfc382cec2 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -32,7 +32,7 @@
|
| readonly attribute WorkerGlobalScope self;
|
| readonly attribute WorkerLocation location;
|
|
|
| - // TODO(philipj): onerror should be an OnErrorEventHandler.
|
| + // TODO(foolip): onerror should be an OnErrorEventHandler.
|
| attribute EventHandler onerror;
|
| // attribute EventHandler onlanguagechange;
|
| // attribute EventHandler onoffline;
|
|
|