| Index: Source/modules/crypto/SubtleCrypto.h
|
| diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h
|
| index ad7f201c043f76eb9a9b1d884921316d1bad2fd6..6b038406b1ddbac2ebdb75be6751526f683f4c2e 100644
|
| --- a/Source/modules/crypto/SubtleCrypto.h
|
| +++ b/Source/modules/crypto/SubtleCrypto.h
|
| @@ -59,6 +59,7 @@ public:
|
|
|
| ScriptPromise generateKey(ScriptState*, const Dictionary&, bool extractable, const Vector<String>& keyUsages);
|
| ScriptPromise importKey(ScriptState*, const String&, const ArrayPiece&, const Dictionary&, bool extractable, const Vector<String>& keyUsages);
|
| + ScriptPromise importKey(ScriptState*, const String&, const Dictionary&, const Dictionary&, bool extractable, const Vector<String>& keyUsages);
|
| ScriptPromise exportKey(ScriptState*, const String&, Key*);
|
|
|
| ScriptPromise wrapKey(ScriptState*, const String&, Key*, Key*, const Dictionary&);
|
|
|