| Index: public/platform/WebCryptoKey.h
|
| diff --git a/public/platform/WebCryptoKey.h b/public/platform/WebCryptoKey.h
|
| index 300ed6b1e4487141e3d399671f025e6567c39fc5..d8c6f8ac077718f5cea3faac28536bf868acdeb3 100644
|
| --- a/public/platform/WebCryptoKey.h
|
| +++ b/public/platform/WebCryptoKey.h
|
| @@ -50,6 +50,7 @@ enum WebCryptoKeyUsage {
|
| WebCryptoKeyUsageDeriveKey = 1 << 4,
|
| WebCryptoKeyUsageWrapKey = 1 << 5,
|
| WebCryptoKeyUsageUnwrapKey = 1 << 6,
|
| + WebCryptoKeyUsageDeriveBits = 1 << 7,
|
| #if INSIDE_BLINK
|
| EndOfWebCryptoKeyUsage,
|
| #endif
|
|
|