Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fileapi / File.idl
index db6c425..c338fa2 100644 (file)
 
 [
     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;
 };