| Index: content/child/webcrypto/webcrypto_impl.h
|
| diff --git a/content/child/webcrypto/webcrypto_impl.h b/content/child/webcrypto/webcrypto_impl.h
|
| index 261a9ef87d14fc7cf4cd7b32b75cf71cdde7e933..9cc7c367a0262ebc60144a8fe786190833343145 100644
|
| --- a/content/child/webcrypto/webcrypto_impl.h
|
| +++ b/content/child/webcrypto/webcrypto_impl.h
|
| @@ -43,7 +43,7 @@ class WebCryptoImpl : public blink::WebCrypto {
|
| virtual void importKey(blink::WebCryptoKeyFormat format,
|
| const unsigned char* key_data,
|
| unsigned int key_data_size,
|
| - const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| + const blink::WebCryptoAlgorithm& algorithm,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| blink::WebCryptoResult result);
|
|
|