Index: modules/crypto/CryptoKey.idl |
diff --git a/modules/crypto/CryptoKey.idl b/modules/crypto/CryptoKey.idl |
index 0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7..3fcabf1ebbaba59c2c889ce091662518515deac9 100644 |
--- a/modules/crypto/CryptoKey.idl |
+++ b/modules/crypto/CryptoKey.idl |
@@ -30,10 +30,10 @@ |
[ |
GarbageCollected, |
- NoInterfaceObject |
+ Exposed=(Window,Worker) |
] interface CryptoKey { |
readonly attribute DOMString type; |
readonly attribute boolean extractable; |
- [Custom] readonly attribute object algorithm; |
+ [CallWith=ScriptState] readonly attribute object algorithm; |
readonly attribute DOMString[] usages; |
}; |