| Index: Source/modules/crypto/RsaKeyGenParams.cpp
|
| diff --git a/Source/modules/crypto/RsaKeyGenParams.cpp b/Source/modules/crypto/RsaKeyGenParams.cpp
|
| index 53c3f145c1c791b1eb48cc045a4e871e13915b54..cdfc1e596daec17d2936846846c4576b759bf234 100644
|
| --- a/Source/modules/crypto/RsaKeyGenParams.cpp
|
| +++ b/Source/modules/crypto/RsaKeyGenParams.cpp
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| unsigned RsaKeyGenParams::modulusLength() const
|
| {
|
| - return m_algorithm.rsaKeyGenParams()->modulusLength();
|
| + return m_algorithm.rsaKeyGenParams()->modulusLengthBits();
|
| }
|
|
|
| Uint8Array* RsaKeyGenParams::publicExponent()
|
|
|