| Index: Source/modules/crypto/Key.idl
|
| diff --git a/Source/modules/crypto/Key.idl b/Source/modules/crypto/Key.idl
|
| index b3901bce3118bc83e6b9f5caa5df9d5dca7ef5a9..7ce395817ac34b351efff522c6931ea8d6ab7f7c 100644
|
| --- a/Source/modules/crypto/Key.idl
|
| +++ b/Source/modules/crypto/Key.idl
|
| @@ -34,6 +34,6 @@
|
| ] interface Key {
|
| readonly attribute DOMString type;
|
| readonly attribute boolean extractable;
|
| - readonly attribute Algorithm algorithm;
|
| + readonly attribute KeyAlgorithm algorithm;
|
| readonly attribute DOMString[] usages;
|
| };
|
|
|