Chromium Code Reviews| Index: Source/modules/crypto/KeyAlgorithm.idl |
| diff --git a/Source/modules/crypto/KeyAlgorithm.idl b/Source/modules/crypto/KeyAlgorithm.idl |
| index 49e4e4e13d322c7f3f447c4b0c02bf2be6222b83..d9e0ea0fb3be39525b7c292602367055a3713506 100644 |
| --- a/Source/modules/crypto/KeyAlgorithm.idl |
| +++ b/Source/modules/crypto/KeyAlgorithm.idl |
| @@ -31,7 +31,7 @@ |
| [ |
| GarbageCollected, |
| NoInterfaceObject, |
| - SpecialWrapFor=AesKeyAlgorithm|HmacKeyAlgorithm|RsaHashedKeyAlgorithm|RsaKeyAlgorithm |
| + SpecialWrapFor=AesKeyAlgorithm|HmacKeyAlgorithm|RsaHashedKeyAlgorithm |
| ] interface KeyAlgorithm { |
| readonly attribute DOMString name; |
| }; |