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

Unified Diff: modules/filesystem/FileWriter.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/FileEntry.idl ('k') | modules/filesystem/SharedWorkerGlobalScopeFileSystem.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 4cac0d009ba28d9e049b4eaae2cae483d548db82..0e07bafe24e8262bdb0b1910d497b79fa4626efd 100644
--- a/modules/filesystem/FileWriter.idl
+++ b/modules/filesystem/FileWriter.idl
@@ -31,14 +31,14 @@
[
NoInterfaceObject,
- ActiveDOMObject,
+ DependentLifetime,
GarbageCollected,
] interface FileWriter : EventTarget {
// ready states
const unsigned short INIT = 0;
const unsigned short WRITING = 1;
const unsigned short DONE = 2;
- readonly attribute unsigned short readyState;
+ [ImplementedAs=getReadyState] readonly attribute unsigned short readyState;
// async write/modify methods
[RaisesException] void write(Blob data);
« no previous file with comments | « modules/filesystem/FileEntry.idl ('k') | modules/filesystem/SharedWorkerGlobalScopeFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698