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

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

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/ErrorCallback.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
index 991c587e88cdd9d9c92990f9e62c3a670091bb99..ffc1631b8eaa6d141fc37e7dcd27f781f292b9e4 100644
--- a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
+++ b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
@@ -28,6 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://wicg.github.io/entries-api/#callbackdef-errorcallback
callback interface ErrorCallback {
void handleEvent(DOMException error);
};
« no previous file with comments | « third_party/WebKit/Source/modules/filesystem/EntrySync.idl ('k') | third_party/WebKit/Source/modules/filesystem/FileEntry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698