| Index: public/platform/WebCryptoAlgorithmParams.h
|
| diff --git a/public/platform/WebCryptoAlgorithmParams.h b/public/platform/WebCryptoAlgorithmParams.h
|
| index 712e12f8cb11274658b40cb1f0a25e9e663e5329..b321bec0bd16f502ab7877cf5da24316d8340dbc 100644
|
| --- a/public/platform/WebCryptoAlgorithmParams.h
|
| +++ b/public/platform/WebCryptoAlgorithmParams.h
|
| @@ -61,7 +61,7 @@ private:
|
|
|
| class WebCryptoAesCbcParams : public WebCryptoAlgorithmParams {
|
| public:
|
| - WebCryptoAesCbcParams(unsigned char* iv, unsigned ivSize)
|
| + WebCryptoAesCbcParams(const unsigned char* iv, unsigned ivSize)
|
| : WebCryptoAlgorithmParams(WebCryptoAlgorithmParamsTypeAesCbcParams)
|
| , m_iv(iv, ivSize)
|
| {
|
|
|