Index: Source/modules/crypto/RsaSsaParams.cpp |
diff --git a/Source/modules/crypto/RsaSsaParams.cpp b/Source/modules/crypto/RsaSsaParams.cpp |
index 89e6aca12afad5fc31e068c25328295afca719b5..214efc3abb211625dde690b8891cc5c11f8851c4 100644 |
--- a/Source/modules/crypto/RsaSsaParams.cpp |
+++ b/Source/modules/crypto/RsaSsaParams.cpp |
@@ -42,7 +42,7 @@ Algorithm* RsaSsaParams::hash() |
return m_hash.get(); |
} |
-RsaSsaParams::RsaSsaParams(const WebKit::WebCryptoAlgorithm& algorithm) |
+RsaSsaParams::RsaSsaParams(const blink::WebCryptoAlgorithm& algorithm) |
: Algorithm(algorithm) |
{ |
ASSERT(algorithm.rsaSsaParams()); |