Index: modules/crypto/CryptoKey.idl |
diff --git a/modules/crypto/Key.idl b/modules/crypto/CryptoKey.idl |
similarity index 95% |
rename from modules/crypto/Key.idl |
rename to modules/crypto/CryptoKey.idl |
index 9bc0305229813ac03b2e0c786b453f834bb57eac..0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7 100644 |
--- a/modules/crypto/Key.idl |
+++ b/modules/crypto/CryptoKey.idl |
@@ -31,9 +31,9 @@ |
[ |
GarbageCollected, |
NoInterfaceObject |
-] interface Key { |
+] interface CryptoKey { |
readonly attribute DOMString type; |
readonly attribute boolean extractable; |
- readonly attribute KeyAlgorithm algorithm; |
+ [Custom] readonly attribute object algorithm; |
readonly attribute DOMString[] usages; |
}; |