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

Unified Diff: Source/core/fileapi/File.idl

Issue 105763002: UseCounter for File.lastModifiedDate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased against master. Created 7 years 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
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/File.idl
diff --git a/Source/core/fileapi/File.idl b/Source/core/fileapi/File.idl
index fdbe18db4fdda887c85918bd421123a17754e777..a7eab6e478fb920cd4e12003d1b16cbe6f39ba35 100644
--- a/Source/core/fileapi/File.idl
+++ b/Source/core/fileapi/File.idl
@@ -28,7 +28,7 @@
CustomConstructor(sequence<any> blobParts, DOMString fileName, optional BlobPropertyBag options)
] interface File : Blob {
readonly attribute DOMString name;
- readonly attribute Date lastModifiedDate;
+ [MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
[RuntimeEnabled=DirectoryUpload] readonly attribute DOMString webkitRelativePath;
};
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698