| Index: Source/modules/crypto/SubtleCrypto.h
|
| diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h
|
| index b320157fd106a1fd86320c60b7998d530cfc3e67..8ce3861427cfb47d7b327271836bdf63c8691011 100644
|
| --- a/Source/modules/crypto/SubtleCrypto.h
|
| +++ b/Source/modules/crypto/SubtleCrypto.h
|
| @@ -56,6 +56,7 @@ public:
|
|
|
| ScriptObject generateKey(const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&);
|
| ScriptObject importKey(const String&, ArrayBufferView*, const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&);
|
| + ScriptObject exportKey(const String&, Key*, ExceptionState&);
|
|
|
| private:
|
| SubtleCrypto();
|
|
|