Index: Source/modules/crypto/Crypto.idl |
diff --git a/Source/modules/crypto/Crypto.idl b/Source/modules/crypto/Crypto.idl |
index 43f1945fe809ec864aa1db3712ee368509060dbb..a803ce357109a8097f00bfd4941575772dc5b199 100644 |
--- a/Source/modules/crypto/Crypto.idl |
+++ b/Source/modules/crypto/Crypto.idl |
@@ -28,7 +28,7 @@ |
[ |
GarbageCollected, |
- NoInterfaceObject |
+ Exposed=(Window,Worker) |
] interface Crypto { |
// Note that getRandomValues() is available even when the "Crypto" |
// runtime feature is disabled. |