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

Unified Diff: modules/filesystem/FileWriter.idl

Issue 22498002: Roll IDL to multivm@1329 (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/encryptedmedia/MediaKeys.idl ('k') | modules/filesystem/WorkerContextFileSystem.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 ebf71e8bfc2e41cffe82f526c50a1d023f86e696..921620481864a9a81c6353f6eb1714778c8a54d3 100644
--- a/modules/filesystem/FileWriter.idl
+++ b/modules/filesystem/FileWriter.idl
@@ -31,9 +31,8 @@
[
NoInterfaceObject,
- ActiveDOMObject,
- EventTarget
-] interface FileWriter {
+ ActiveDOMObject
+] interface FileWriter : EventTarget {
// ready states
const unsigned short INIT = 0;
const unsigned short WRITING = 1;
@@ -57,13 +56,4 @@
attribute EventListener onabort;
attribute EventListener onerror;
attribute EventListener onwriteend;
-
- // EventTarget interface
- void addEventListener(DOMString type,
- EventListener listener,
- optional boolean useCapture);
- void removeEventListener(DOMString type,
- EventListener listener,
- optional boolean useCapture);
- [RaisesException] boolean dispatchEvent(Event evt);
};
« no previous file with comments | « modules/encryptedmedia/MediaKeys.idl ('k') | modules/filesystem/WorkerContextFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698