| Index: public/platform/WebCryptoAlgorithm.h
|
| diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
|
| index 3f98861e8533e704eaca4d86af5e80529095721a..a981a892ca65f885b7454d9f9d886ab707d3e14b 100644
|
| --- a/public/platform/WebCryptoAlgorithm.h
|
| +++ b/public/platform/WebCryptoAlgorithm.h
|
| @@ -53,6 +53,7 @@ enum WebCryptoAlgorithmId {
|
| WebCryptoAlgorithmIdAesGcm,
|
| WebCryptoAlgorithmIdRsaOaep,
|
| WebCryptoAlgorithmIdAesCtr,
|
| + WebCryptoAlgorithmIdAesKw,
|
| #if INSIDE_BLINK
|
| NumberOfWebCryptoAlgorithmId,
|
| #endif
|
|
|