| 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;
|
| };
|
|
|
|
|