| Index: core/page/EventSource.idl
|
| diff --git a/core/page/EventSource.idl b/core/page/EventSource.idl
|
| index 685c5693a3cf2c4b9cdef08690b404e6f5699da7..d96ca6d278b9a778738f21876cc46edf029093b4 100644
|
| --- a/core/page/EventSource.idl
|
| +++ b/core/page/EventSource.idl
|
| @@ -32,7 +32,7 @@
|
| [
|
| WillBeGarbageCollected,
|
| ActiveDOMObject,
|
| - Constructor(DOMString url, optional Dictionary eventSourceInit),
|
| + Constructor(DOMString url, optional EventSourceInit eventSourceInit),
|
| ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
|
|