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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileSystemSync.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/FileSystemSync.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.idl b/third_party/WebKit/Source/modules/filesystem/FileSystemSync.idl
similarity index 94%
rename from third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.idl
rename to third_party/WebKit/Source/modules/filesystem/FileSystemSync.idl
index cec1b065729de1f9eca721000ce8d69d2799bae0..22862f20cdb705672a272297790798c0762a6a0e 100644
--- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.idl
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemSync.idl
@@ -30,7 +30,7 @@
[
NoInterfaceObject,
-] interface DOMFileSystemSync {
+] interface FileSystemSync {
readonly attribute DOMString name;
- readonly attribute DirectoryEntrySync root;
+ readonly attribute FileSystemDirectoryEntrySync root;
};

Powered by Google App Engine
This is Rietveld 408576698