| Index: Source/core/fileapi/File.idl
|
| diff --git a/Source/core/fileapi/File.idl b/Source/core/fileapi/File.idl
|
| index a7eab6e478fb920cd4e12003d1b16cbe6f39ba35..2a7fff421750d98c2e88224a451127c5eaf7032e 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;
|
| - [MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
|
| + [Custom=Getter, MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
|
| + [Custom=Getter, RuntimeEnabled=FileConstructor] readonly attribute long long lastModified;
|
| [RuntimeEnabled=DirectoryUpload] readonly attribute DOMString webkitRelativePath;
|
| };
|
| -
|
|
|