| 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 1081d5dc73ccb870f38ac4f75819ee4628cee059..4554a14b18b19e43ce77269b45bdc5b971bbe13a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -32,7 +32,6 @@
|
| readonly attribute WorkerGlobalScope self;
|
| readonly attribute WorkerLocation location;
|
|
|
| - void close();
|
| // TODO(philipj): onerror should be an OnErrorEventHandler.
|
| attribute EventHandler onerror;
|
| // attribute EventHandler onlanguagechange;
|
|
|