| Index: core/fileapi/File.idl
|
| diff --git a/core/fileapi/File.idl b/core/fileapi/File.idl
|
| index db6c4254d5b2e9261def1e6889c4341169c4fd09..c338fa2948e5d1b8cf2edd1a60af626a647a46bc 100644
|
| --- a/core/fileapi/File.idl
|
| +++ b/core/fileapi/File.idl
|
| @@ -25,10 +25,10 @@
|
|
|
| [
|
| CustomConstructor(sequence<any> blobParts, DOMString fileName, optional BlobPropertyBag options),
|
| - Exposed=Window&Worker,
|
| + Exposed=(Window,Worker),
|
| ] interface File : Blob {
|
| readonly attribute DOMString name;
|
| - [Custom=Getter, MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
|
| - [Custom=Getter, RuntimeEnabled=FileConstructor] readonly attribute long long lastModified;
|
| + [MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
|
| + readonly attribute long long lastModified;
|
| [MeasureAs=PrefixedFileRelativePath] readonly attribute DOMString webkitRelativePath;
|
| };
|
|
|