| Index: third_party/WebKit/Source/core/fileapi/FileReader.idl
|
| diff --git a/third_party/WebKit/Source/core/fileapi/FileReader.idl b/third_party/WebKit/Source/core/fileapi/FileReader.idl
|
| index f3bb0f1da86627f62a570f4dd04d83428cf704d3..d44da502b4918395d3757c0dba8c95086f83241b 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/FileReader.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/FileReader.idl
|
| @@ -58,8 +58,8 @@
|
| // File or Blob data
|
| readonly attribute (DOMString or ArrayBuffer)? result;
|
|
|
| - // TODO(foolip): error should be DOMError. crbug.com/496901
|
| - [Measure] readonly attribute FileError? error;
|
| + // TODO(jsbell): Spec has DOMError, which is being deprecated.
|
| + readonly attribute DOMException? error;
|
|
|
| // event handler attributes
|
| attribute EventHandler onloadstart;
|
|
|