Index: Source/modules/crypto/CryptoKey.idl |
diff --git a/Source/modules/crypto/CryptoKey.idl b/Source/modules/crypto/CryptoKey.idl |
index 20a972131a4540dcd3eb9209075da6116d7a50b9..3fcabf1ebbaba59c2c889ce091662518515deac9 100644 |
--- a/Source/modules/crypto/CryptoKey.idl |
+++ b/Source/modules/crypto/CryptoKey.idl |
@@ -34,6 +34,6 @@ |
] 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; |
}; |