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

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: Devtools/test updates Created 4 years, 6 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..d08b8c9cf6e4889e0a632e8f4d864d94f96c3a8c 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReader.idl
+++ b/third_party/WebKit/Source/core/fileapi/FileReader.idl
@@ -58,8 +58,7 @@
// File or Blob data
readonly attribute (DOMString or ArrayBuffer)? result;
- // TODO(foolip): error should be DOMError. crbug.com/496901
- [Measure] readonly attribute FileError? error;
+ [Measure] readonly attribute DOMException? error;
// event handler attributes
attribute EventHandler onloadstart;

Powered by Google App Engine
This is Rietveld 408576698