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

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

Issue 2663333003: Remove no longer applicable FileAPI comments. (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/URLFileAPI.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bed069a8775019e5f82391f7f64a686437e5d6fb..24ddbb3611fca31cdd4d96f00a42637b003d485e 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReader.idl
+++ b/third_party/WebKit/Source/core/fileapi/FileReader.idl
@@ -56,7 +56,6 @@
// File or Blob data
readonly attribute (DOMString or ArrayBuffer)? result;
- // TODO(jsbell): Spec has DOMError, which is being deprecated.
readonly attribute DOMException? error;
// event handler attributes
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/URLFileAPI.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698