| Index: Source/core/workers/SharedWorkerGlobalScope.idl
|
| diff --git a/Source/core/workers/SharedWorkerContext.idl b/Source/core/workers/SharedWorkerGlobalScope.idl
|
| similarity index 96%
|
| rename from Source/core/workers/SharedWorkerContext.idl
|
| rename to Source/core/workers/SharedWorkerGlobalScope.idl
|
| index 52fc0a2aa5aac60e096ffaef834c6b3854971375..75283c5bb598205149a8421d454ed01005af416b 100644
|
| --- a/Source/core/workers/SharedWorkerContext.idl
|
| +++ b/Source/core/workers/SharedWorkerGlobalScope.idl
|
| @@ -30,7 +30,7 @@
|
|
|
| [
|
| NoInterfaceObject
|
| -] interface SharedWorkerContext : WorkerContext {
|
| +] interface SharedWorkerGlobalScope : WorkerGlobalScope {
|
| readonly attribute DOMString name;
|
| attribute EventListener onconnect;
|
| };
|
|
|