| Index: third_party/WebCore/fileapi/FileReader.idl
|
| diff --git a/third_party/WebCore/fileapi/FileReader.idl b/third_party/WebCore/fileapi/FileReader.idl
|
| index 14baf07b4bc74b28a2ac69301a7260b560154e6b..3347b68df3cbb4e229489eec85ee45904fc1a596 100644
|
| --- a/third_party/WebCore/fileapi/FileReader.idl
|
| +++ b/third_party/WebCore/fileapi/FileReader.idl
|
| @@ -56,7 +56,7 @@
|
| void abort();
|
|
|
| // file data
|
| - [Custom] readonly attribute DOMObject result;
|
| + [Custom] readonly attribute any result;
|
|
|
| readonly attribute FileError error;
|
|
|
|
|