diff options
Diffstat (limited to 'content/child/webcrypto/shared_crypto.h')
-rw-r--r-- | content/child/webcrypto/shared_crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/webcrypto/shared_crypto.h b/content/child/webcrypto/shared_crypto.h index d2eaa91..3af025f 100644 --- a/content/child/webcrypto/shared_crypto.h +++ b/content/child/webcrypto/shared_crypto.h @@ -131,8 +131,8 @@ CONTENT_EXPORT Status CONTENT_EXPORT Status WrapKey(blink::WebCryptoKeyFormat format, - const blink::WebCryptoKey& wrapping_key, const blink::WebCryptoKey& key_to_wrap, + const blink::WebCryptoKey& wrapping_key, const blink::WebCryptoAlgorithm& wrapping_algorithm, std::vector<uint8>* buffer); |