| Index: Source/modules/crypto/NormalizeAlgorithm.cpp
|
| diff --git a/Source/modules/crypto/NormalizeAlgorithm.cpp b/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| index 5c4edcc6574598abb0f415f1dbb9aedb390bada2..631982fc24063882c7e44b3e4ab6df45a301dab4 100644
|
| --- a/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| +++ b/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| @@ -477,7 +477,7 @@ bool parseHmacImportParams(const Dictionary& raw, OwnPtr<blink::WebCryptoAlgorit
|
| //
|
| // dictionary HmacKeyGenParams : Algorithm {
|
| // AlgorithmIdentifier hash;
|
| -// // The length (in bytes) of the key to generate. If unspecified, the
|
| +// // The length (in bits) of the key to generate. If unspecified, the
|
| // // recommended length will be used, which is the size of the associated hash function's block
|
| // // size.
|
| // unsigned long length;
|
|
|