| Index: Source/core/page/EventSource.idl
|
| diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl
|
| index d92caa9df7030dadae98a93f3f97c648eed1bdfa..6aeade10232099a688e87a1a9f996d466dcf0df3 100644
|
| --- a/Source/core/page/EventSource.idl
|
| +++ b/Source/core/page/EventSource.idl
|
| @@ -48,8 +48,8 @@
|
| readonly attribute unsigned short readyState;
|
|
|
| // networking
|
| - attribute EventListener onopen;
|
| - attribute EventListener onmessage;
|
| - attribute EventListener onerror;
|
| + attribute EventHandler onopen;
|
| + attribute EventHandler onmessage;
|
| + attribute EventHandler onerror;
|
| void close();
|
| };
|
|
|