Index: Source/modules/crypto/CryptoKey.idl |
diff --git a/Source/modules/crypto/CryptoKey.idl b/Source/modules/crypto/CryptoKey.idl |
index 0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7..20a972131a4540dcd3eb9209075da6116d7a50b9 100644 |
--- a/Source/modules/crypto/CryptoKey.idl |
+++ b/Source/modules/crypto/CryptoKey.idl |
@@ -30,7 +30,7 @@ |
[ |
GarbageCollected, |
- NoInterfaceObject |
+ Exposed=(Window,Worker) |
] interface CryptoKey { |
readonly attribute DOMString type; |
readonly attribute boolean extractable; |