| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index 98160b5ad166f4c01e483eb1ebf0f791839240e2..1ca3a17962d10a11bd2795922ab21191dd61dd66 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -287,7 +287,7 @@ blink::WebCryptoAlgorithm CreateRsaOaepImportAlgorithm(
|
| unsigned int ShaBlockSizeBytes(blink::WebCryptoAlgorithmId hash_id);
|
|
|
| bool CreateSecretKeyAlgorithm(const blink::WebCryptoAlgorithm& algorithm,
|
| - unsigned keylen_bytes,
|
| + unsigned int keylen_bytes,
|
| blink::WebCryptoKeyAlgorithm* key_algorithm);
|
|
|
| } // namespace webcrypto
|
|
|