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

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

Issue 1151023004: Add use counters to determine the fate of DOMError (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/DOMError.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FileReader.idl
diff --git a/Source/core/fileapi/FileReader.idl b/Source/core/fileapi/FileReader.idl
index 2e0989349f314dd1c798dfc2ab6ba72cfa1c7c44..1a032a90fb32f0361e526d89465b78284eb0ad30 100644
--- a/Source/core/fileapi/FileReader.idl
+++ b/Source/core/fileapi/FileReader.idl
@@ -60,7 +60,7 @@
readonly attribute (DOMString or ArrayBuffer)? result;
// TODO(philipj): error should be DOMError. crbug.com/496901
- readonly attribute FileError? error;
+ [Measure] readonly attribute FileError? error;
// event handler attributes
attribute EventHandler onloadstart;
« no previous file with comments | « Source/core/dom/DOMError.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698