Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReader.idl

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: handleEvent -> invoke and other review nits Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698