Index: Source/core/fileapi/File.idl |
diff --git a/Source/core/fileapi/File.idl b/Source/core/fileapi/File.idl |
index 7f7a7c87355ba89cbc3482bec81aff77c4cf2467..db6c4254d5b2e9261def1e6889c4341169c4fd09 100644 |
--- a/Source/core/fileapi/File.idl |
+++ b/Source/core/fileapi/File.idl |
@@ -25,7 +25,7 @@ |
[ |
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; |