Index: content/child/webcrypto/structured_clone.h |
diff --git a/content/child/webcrypto/structured_clone.h b/content/child/webcrypto/structured_clone.h |
index a72974ce698e8589ab3e1b28eb202a2894e73f23..3e218c85a80c923e118fcb20e7668f1c266f8a60 100644 |
--- a/content/child/webcrypto/structured_clone.h |
+++ b/content/child/webcrypto/structured_clone.h |
@@ -23,7 +23,7 @@ bool SerializeKeyForClone(const blink::WebCryptoKey& key, |
bool DeserializeKeyForClone(const blink::WebCryptoKeyAlgorithm& algorithm, |
blink::WebCryptoKeyType type, |
bool extractable, |
- blink::WebCryptoKeyUsageMask usage_mask, |
+ blink::WebCryptoKeyUsageMask usages, |
const CryptoData& key_data, |
blink::WebCryptoKey* key); |