| Index: Source/modules/crypto/SubtleCrypto.idl
|
| diff --git a/Source/modules/crypto/SubtleCrypto.idl b/Source/modules/crypto/SubtleCrypto.idl
|
| index 9237c6ab6a9441069ebe06fa1121f0a428e8a70a..6f3ceeea0cf853fe03ec677783afaf04ae6d766d 100644
|
| --- a/Source/modules/crypto/SubtleCrypto.idl
|
| +++ b/Source/modules/crypto/SubtleCrypto.idl
|
| @@ -42,5 +42,6 @@ typedef any PromiseValue;
|
|
|
| [RaisesException] PromiseValue generateKey(Dictionary algorithm, boolean extractable, DOMString[] keyUsages);
|
| [RaisesException] PromiseValue importKey(DOMString format, ArrayBufferView keyData, Dictionary algorithm, boolean extractable, DOMString[] keyUsages);
|
| + [RaisesException] PromiseValue exportKey(DOMString format, Key key);
|
| };
|
|
|
|
|