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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileSystemFileEntrySync.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/FileSystemFileEntrySync.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/FileEntrySync.idl b/third_party/WebKit/Source/modules/filesystem/FileSystemFileEntrySync.idl
similarity index 96%
rename from third_party/WebKit/Source/modules/filesystem/FileEntrySync.idl
rename to third_party/WebKit/Source/modules/filesystem/FileSystemFileEntrySync.idl
index 52b3e2ad75cab9dae82763667df479b8a2ac8a7b..89f716e18afaf8140494629c99355d4bde9347db 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileEntrySync.idl
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemFileEntrySync.idl
@@ -30,7 +30,7 @@
[
NoInterfaceObject
-] interface FileEntrySync : EntrySync {
+] interface FileSystemFileEntrySync : FileSystemEntrySync {
[RaisesException] File file();
[RaisesException] FileWriterSync createWriter();
};

Powered by Google App Engine
This is Rietveld 408576698