| Index: Source/core/fileapi/FileReader.idl
|
| diff --git a/Source/core/fileapi/FileReader.idl b/Source/core/fileapi/FileReader.idl
|
| index 05e5b3f3703297f8f16b57422e5d6dc8e545f8e9..6faaffff29e5b5ddc9f93d99305d7bba4b56db39 100644
|
| --- a/Source/core/fileapi/FileReader.idl
|
| +++ b/Source/core/fileapi/FileReader.idl
|
| @@ -30,10 +30,10 @@
|
| */
|
|
|
| [
|
| - GlobalContext=Window&WorkerGlobalScope,
|
| ActiveDOMObject,
|
| Constructor,
|
| - ConstructorCallWith=ExecutionContext
|
| + ConstructorCallWith=ExecutionContext,
|
| + GlobalContext=Window&WorkerGlobalScope,
|
| ] interface FileReader : EventTarget {
|
| // ready states
|
| const unsigned short EMPTY = 0;
|
|
|