| Index: core/fileapi/FileReader.idl
|
| diff --git a/core/fileapi/FileReader.idl b/core/fileapi/FileReader.idl
|
| index 2727d12b157cd9133bd7f9f447916190f7d4df76..d43e34e75a389f1caef2f32ba0dcff3d36104ff1 100644
|
| --- a/core/fileapi/FileReader.idl
|
| +++ b/core/fileapi/FileReader.idl
|
| @@ -54,10 +54,10 @@
|
|
|
| readonly attribute FileError error;
|
|
|
| - attribute EventListener onloadstart;
|
| - attribute EventListener onprogress;
|
| - attribute EventListener onload;
|
| - attribute EventListener onabort;
|
| - attribute EventListener onerror;
|
| - attribute EventListener onloadend;
|
| + attribute EventHandler onloadstart;
|
| + attribute EventHandler onprogress;
|
| + attribute EventHandler onload;
|
| + attribute EventHandler onabort;
|
| + attribute EventHandler onerror;
|
| + attribute EventHandler onloadend;
|
| };
|
|
|