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

Unified Diff: third_party/WebCore/Modules/filesystem/FileWriter.idl

Issue 10117028: Roll WebCore IDL to multivm@418 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « lib/html/frog/html_frog.dart ('k') | third_party/WebCore/Modules/intents/Intent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/filesystem/FileWriter.idl
diff --git a/third_party/WebCore/Modules/filesystem/FileWriter.idl b/third_party/WebCore/Modules/filesystem/FileWriter.idl
index c6a88f3665f159e493c619235cb0dfa5c51704e2..754fa0f14b226f2d1dda7e411dc4ae6f62702ddb 100644
--- a/third_party/WebCore/Modules/filesystem/FileWriter.idl
+++ b/third_party/WebCore/Modules/filesystem/FileWriter.idl
@@ -60,5 +60,15 @@ module html {
attribute EventListener onabort;
attribute EventListener onerror;
attribute EventListener onwriteend;
+
+ // EventTarget interface
+ void addEventListener(in DOMString type,
+ in EventListener listener,
+ in [Optional] boolean useCapture);
+ void removeEventListener(in DOMString type,
+ in EventListener listener,
+ in [Optional] boolean useCapture);
+ boolean dispatchEvent(in Event evt)
+ raises(EventException);
};
}
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | third_party/WebCore/Modules/intents/Intent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698