Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / child / webcrypto / structured_clone.h
index a72974c..3e218c8 100644 (file)
@@ -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);