Index: Source/core/fileapi/Blob.idl |
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl |
index 32adc304aa394c4532f188fadd11a114a438aa94..df6662d3af4987f83d8f87a467154ef0e6203360 100644 |
--- a/Source/core/fileapi/Blob.idl |
+++ b/Source/core/fileapi/Blob.idl |
@@ -32,7 +32,7 @@ |
WillBeGarbageCollected, |
CustomConstructor, |
CustomConstructor(sequence<any> blobParts, optional BlobPropertyBag options), |
- GlobalContext=Window&WorkerGlobalScope, |
+ Exposed=Window&Worker, |
SpecialWrapFor=File, |
] interface Blob { |
readonly attribute unsigned long long size; |