| Index: content/child/webcrypto/platform_crypto_openssl.cc
|
| diff --git a/content/child/webcrypto/platform_crypto_openssl.cc b/content/child/webcrypto/platform_crypto_openssl.cc
|
| index 583f2fac9334828a91fa391b90ec0d9408c30e76..5e02905fb93770d96eac95d2d8b26e9b97ae82a1 100644
|
| --- a/content/child/webcrypto/platform_crypto_openssl.cc
|
| +++ b/content/child/webcrypto/platform_crypto_openssl.cc
|
| @@ -365,7 +365,7 @@ Status VerifyRsaSsaPkcs1v1_5(PublicKey* key,
|
| return Status::ErrorUnsupported();
|
| }
|
|
|
| -Status ImportKeySpki(const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| +Status ImportKeySpki(const blink::WebCryptoAlgorithm& algorithm,
|
| const CryptoData& key_data,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| @@ -374,7 +374,7 @@ Status ImportKeySpki(const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| return Status::ErrorUnsupported();
|
| }
|
|
|
| -Status ImportKeyPkcs8(const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| +Status ImportKeyPkcs8(const blink::WebCryptoAlgorithm& algorithm,
|
| const CryptoData& key_data,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
|
|