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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileSystemMetadata.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/FileSystemMetadata.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/Metadata.idl b/third_party/WebKit/Source/modules/filesystem/FileSystemMetadata.idl
similarity index 98%
rename from third_party/WebKit/Source/modules/filesystem/Metadata.idl
rename to third_party/WebKit/Source/modules/filesystem/FileSystemMetadata.idl
index d8ec6034e974c35677de87b63800bb5f928b5f84..84ad850687079421a97d3c37553f72c8e069ade5 100644
--- a/third_party/WebKit/Source/modules/filesystem/Metadata.idl
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemMetadata.idl
@@ -30,7 +30,7 @@
[
NoInterfaceObject,
-] interface Metadata {
+] interface FileSystemMetadata {
readonly attribute Date modificationTime;
readonly attribute unsigned long long size;
};

Powered by Google App Engine
This is Rietveld 408576698