| Index: core/workers/SharedWorker.idl
|
| diff --git a/core/workers/SharedWorker.idl b/core/workers/SharedWorker.idl
|
| index 6bba13027785e7aaee8934516535bc6bcfbd2d57..a6e4d02a12bf954603a3fc1a34be6578614b2df8 100644
|
| --- a/core/workers/SharedWorker.idl
|
| +++ b/core/workers/SharedWorker.idl
|
| @@ -30,9 +30,9 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=SharedWorker,
|
| + RuntimeEnabled=SharedWorker,
|
| Constructor(DOMString scriptURL, [Default=NullString] optional DOMString name),
|
| - ConstructorCallWith=ScriptExecutionContext,
|
| + ConstructorCallWith=ExecutionContext,
|
| ConstructorRaisesException,
|
| ActiveDOMObject
|
| ] interface SharedWorker : EventTarget {
|
|
|