| Index: Source/modules/crypto/AesCtrParams.cpp
|
| diff --git a/Source/modules/crypto/AesCtrParams.cpp b/Source/modules/crypto/AesCtrParams.cpp
|
| index 8cf77049511b6d6586a7777391557a301f04dce3..9c846cb2fdf891264bd8de0ce4f1302e5c8ec555 100644
|
| --- a/Source/modules/crypto/AesCtrParams.cpp
|
| +++ b/Source/modules/crypto/AesCtrParams.cpp
|
| @@ -46,7 +46,7 @@ Uint8Array* AesCtrParams::counter()
|
|
|
| unsigned char AesCtrParams::length()
|
| {
|
| - return m_algorithm.aesCtrParams()->length();
|
| + return m_algorithm.aesCtrParams()->lengthBits();
|
| }
|
|
|
| AesCtrParams::AesCtrParams(const blink::WebCryptoAlgorithm& algorithm)
|
|
|