Index: Source/core/fileapi/Blob.idl |
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl |
index 3f6128326538e5308aa56d5039840cef02731c51..8dddc35ae025c50e8944edc43e5fb007737627fd 100644 |
--- a/Source/core/fileapi/Blob.idl |
+++ b/Source/core/fileapi/Blob.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
CustomToV8, |
CustomConstructor, |
CustomConstructor(sequence<any> blobParts, optional BlobPropertyBag options) |