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

Unified Diff: core/fileapi/FileReader.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/fileapi/File.idl ('k') | core/frame/ConsoleBase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fileapi/FileReader.idl
diff --git a/core/fileapi/FileReader.idl b/core/fileapi/FileReader.idl
index eb26da75f9c5e531afa329ff046b29e73ee6682d..6faaffff29e5b5ddc9f93d99305d7bba4b56db39 100644
--- a/core/fileapi/FileReader.idl
+++ b/core/fileapi/FileReader.idl
@@ -30,10 +30,10 @@
*/
[
- GlobalContext=Window&WorkerGlobalScope,
ActiveDOMObject,
Constructor,
- ConstructorCallWith=ExecutionContext
+ ConstructorCallWith=ExecutionContext,
+ GlobalContext=Window&WorkerGlobalScope,
] interface FileReader : EventTarget {
// ready states
const unsigned short EMPTY = 0;
@@ -50,7 +50,7 @@
void abort();
// file data
- [CustomGetter] readonly attribute any result;
+ [Custom=Getter] readonly attribute object result;
readonly attribute FileError error;
« no previous file with comments | « core/fileapi/File.idl ('k') | core/frame/ConsoleBase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698