Chromium Code Reviews| Index: core/fileapi/FileReader.idl |
| diff --git a/core/fileapi/FileReader.idl b/core/fileapi/FileReader.idl |
| index 07bb5a84896555d74f48b94db1dda46d75903456..d6cd5d0008a219dddceb1485840041842d7c9adc 100644 |
| --- a/core/fileapi/FileReader.idl |
| +++ b/core/fileapi/FileReader.idl |
| @@ -34,7 +34,7 @@ |
| ActiveDOMObject, |
| Constructor, |
| ConstructorCallWith=ExecutionContext, |
| - Exposed=Window&Worker |
| + Exposed=(Window,Worker) |
| ] interface FileReader : EventTarget { |
| // ready states |
| const unsigned short EMPTY = 0; |