summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/fileapi/File.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/fileapi/File.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/fileapi/File.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/fileapi/File.idl b/chromium/third_party/WebKit/Source/core/fileapi/File.idl
index 2daf799c2ca..db6c4254d5b 100644
--- a/chromium/third_party/WebKit/Source/core/fileapi/File.idl
+++ b/chromium/third_party/WebKit/Source/core/fileapi/File.idl
@@ -25,10 +25,10 @@
[
CustomConstructor(sequence<any> blobParts, DOMString fileName, optional BlobPropertyBag options),
- GlobalContext=Window&WorkerGlobalScope,
+ 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;
- [RuntimeEnabled=DirectoryUpload] readonly attribute DOMString webkitRelativePath;
+ [MeasureAs=PrefixedFileRelativePath] readonly attribute DOMString webkitRelativePath;
};