Index: Source/modules/crypto/CryptoKey.idl |
diff --git a/Source/modules/crypto/CryptoKey.idl b/Source/modules/crypto/CryptoKey.idl |
index 731a6e649b839d2e5bc7881a04e99c416561a5f6..0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7 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; |
- readonly attribute KeyAlgorithm algorithm; |
+ [Custom] readonly attribute object algorithm; |
readonly attribute DOMString[] usages; |
}; |