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

Unified Diff: modules/filesystem/FileEntry.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/FileCallback.idl ('k') | modules/filesystem/FileWriter.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filesystem/FileEntry.idl
diff --git a/modules/filesystem/FileEntry.idl b/modules/filesystem/FileEntry.idl
index 818b759a7e09b731bc598cd4ccb3a649dadd7686..a8382ea8a5257ff16472d23630701495771be565 100644
--- a/modules/filesystem/FileEntry.idl
+++ b/modules/filesystem/FileEntry.idl
@@ -32,5 +32,5 @@
NoInterfaceObject
] interface FileEntry : Entry {
void createWriter(FileWriterCallback successCallback, optional ErrorCallback errorCallback);
- void file(FileCallback successCallback, optional ErrorCallback errorCallback);
+ void file(BlobCallback successCallback, optional ErrorCallback errorCallback);
};
« no previous file with comments | « modules/filesystem/FileCallback.idl ('k') | modules/filesystem/FileWriter.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698