Chromium Code Reviews| Index: Source/modules/crypto/HmacKeyParams.cpp |
| diff --git a/Source/modules/crypto/HmacKeyParams.cpp b/Source/modules/crypto/HmacKeyParams.cpp |
| index 1b918bdd0c6f3517f985a51ae148f9fd77091a4c..d6fd8515368b045e62bb4e8945a45dba6c925f8a 100644 |
| --- a/Source/modules/crypto/HmacKeyParams.cpp |
| +++ b/Source/modules/crypto/HmacKeyParams.cpp |
| @@ -44,7 +44,7 @@ Algorithm* HmacKeyParams::hash() |
| unsigned HmacKeyParams::length(bool& isNull) |
| { |
| - unsigned length; |
| + unsigned length = 0; |
| isNull = !m_algorithm.hmacKeyParams()->getLength(length); |
| return length; |
| } |