| Index: Source/modules/crypto/RsaSsaParams.h
|
| diff --git a/Source/modules/crypto/RsaSsaParams.h b/Source/modules/crypto/RsaSsaParams.h
|
| index 65c50430e15b41c16054b04a004bc77930debc52..dd17e0152bd8d81321523de204c3f68a5d3d1673 100644
|
| --- a/Source/modules/crypto/RsaSsaParams.h
|
| +++ b/Source/modules/crypto/RsaSsaParams.h
|
| @@ -38,12 +38,12 @@ namespace WebCore {
|
|
|
| class RsaSsaParams : public Algorithm {
|
| public:
|
| - static PassRefPtr<RsaSsaParams> create(const WebKit::WebCryptoAlgorithm& algorithm) { return adoptRef(new RsaSsaParams(algorithm)); }
|
| + static PassRefPtr<RsaSsaParams> create(const blink::WebCryptoAlgorithm& algorithm) { return adoptRef(new RsaSsaParams(algorithm)); }
|
|
|
| Algorithm* hash();
|
|
|
| private:
|
| - explicit RsaSsaParams(const WebKit::WebCryptoAlgorithm&);
|
| + explicit RsaSsaParams(const blink::WebCryptoAlgorithm&);
|
|
|
| RefPtr<Algorithm> m_hash;
|
| };
|
|
|