Index: Source/core/fileapi/Blob.idl |
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl |
index dbc5e5acfc626d4b1e010007beeab995ccde92af..5f59e11b6735497fb9fb01e6911b5ccb73e04e58 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), |
- Exposed=Window&Worker, |
+ Exposed=(Window,Worker), |
SpecialWrapFor=File, |
] interface Blob { |
readonly attribute unsigned long long size; |