| Index: Source/modules/crypto/HmacParams.cpp
|
| diff --git a/Source/modules/crypto/HmacParams.cpp b/Source/modules/crypto/HmacParams.cpp
|
| index 8a00564ceeba6d69ddec3c6e1570201759be66f6..eb82c20505a7eff835f8e61c4098f935cbb65a82 100644
|
| --- a/Source/modules/crypto/HmacParams.cpp
|
| +++ b/Source/modules/crypto/HmacParams.cpp
|
| @@ -42,7 +42,7 @@ Algorithm* HmacParams::hash()
|
| return m_hash.get();
|
| }
|
|
|
| -HmacParams::HmacParams(const WebKit::WebCryptoAlgorithm& algorithm)
|
| +HmacParams::HmacParams(const blink::WebCryptoAlgorithm& algorithm)
|
| : Algorithm(algorithm)
|
| {
|
| ASSERT(algorithm.hmacParams());
|
|
|