| Index: core/fileapi/FileReader.idl
|
| diff --git a/core/fileapi/FileReader.idl b/core/fileapi/FileReader.idl
|
| index d43e34e75a389f1caef2f32ba0dcff3d36104ff1..eb26da75f9c5e531afa329ff046b29e73ee6682d 100644
|
| --- a/core/fileapi/FileReader.idl
|
| +++ b/core/fileapi/FileReader.idl
|
| @@ -33,7 +33,7 @@
|
| GlobalContext=Window&WorkerGlobalScope,
|
| ActiveDOMObject,
|
| Constructor,
|
| - ConstructorCallWith=ScriptExecutionContext
|
| + ConstructorCallWith=ExecutionContext
|
| ] interface FileReader : EventTarget {
|
| // ready states
|
| const unsigned short EMPTY = 0;
|
| @@ -50,7 +50,7 @@
|
| void abort();
|
|
|
| // file data
|
| - [Custom] readonly attribute any result;
|
| + [CustomGetter] readonly attribute any result;
|
|
|
| readonly attribute FileError error;
|
|
|
|
|