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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileEntry.idl

Issue 1609313002: Use BlobCallback in toBlob instead of FileCallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master and Renamed mimeType to contentType to match other bits in Blob.h Created 4 years, 11 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
Index: third_party/WebKit/Source/modules/filesystem/FileEntry.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/FileEntry.idl b/third_party/WebKit/Source/modules/filesystem/FileEntry.idl
index 818b759a7e09b731bc598cd4ccb3a649dadd7686..a8382ea8a5257ff16472d23630701495771be565 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileEntry.idl
+++ b/third_party/WebKit/Source/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);
};

Powered by Google App Engine
This is Rietveld 408576698