| Index: core/page/EventSource.idl
|
| diff --git a/core/page/EventSource.idl b/core/page/EventSource.idl
|
| index 6aeade10232099a688e87a1a9f996d466dcf0df3..b43938de59c9e356839caf1b43328f7fc9dfb004 100644
|
| --- a/core/page/EventSource.idl
|
| +++ b/core/page/EventSource.idl
|
| @@ -33,7 +33,7 @@
|
| GlobalContext=Window&WorkerGlobalScope,
|
| ActiveDOMObject,
|
| Constructor(DOMString url, optional Dictionary eventSourceInit),
|
| - ConstructorCallWith=ScriptExecutionContext,
|
| + ConstructorCallWith=ExecutionContext,
|
| ConstructorRaisesException
|
| ] interface EventSource : EventTarget {
|
|
|
|
|