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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileSystemCallback.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/FileSystemCallback.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemCallback.idl b/third_party/WebKit/Source/modules/filesystem/FileSystemCallback.idl
index 6a10f18bcafa97b57c4c98a035d41735a15f531f..601eea825697ba4a8ec82537beece3e7b71abf35 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileSystemCallback.idl
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemCallback.idl
@@ -29,5 +29,5 @@
*/
callback interface FileSystemCallback {
- void handleEvent(DOMFileSystem fileSystem);
+ void handleEvent(FileSystem fileSystem);
};

Powered by Google App Engine
This is Rietveld 408576698