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

Unified Diff: modules/filesystem/FileWriter.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/filesystem/EntryArraySync.idl ('k') | modules/filesystem/HTMLInputElementFileSystem.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filesystem/FileWriter.idl
diff --git a/modules/filesystem/FileWriter.idl b/modules/filesystem/FileWriter.idl
index 921620481864a9a81c6353f6eb1714778c8a54d3..2d4b54babdac7386bb3f72350149d56b7478ae7d 100644
--- a/modules/filesystem/FileWriter.idl
+++ b/modules/filesystem/FileWriter.idl
@@ -50,10 +50,10 @@
readonly attribute long long position;
readonly attribute long long length;
- attribute EventListener onwritestart;
- attribute EventListener onprogress;
- attribute EventListener onwrite;
- attribute EventListener onabort;
- attribute EventListener onerror;
- attribute EventListener onwriteend;
+ attribute EventHandler onwritestart;
+ attribute EventHandler onprogress;
+ attribute EventHandler onwrite;
+ attribute EventHandler onabort;
+ attribute EventHandler onerror;
+ attribute EventHandler onwriteend;
};
« no previous file with comments | « modules/filesystem/EntryArraySync.idl ('k') | modules/filesystem/HTMLInputElementFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698