| Index: public/platform/WebCryptoKeyAlgorithmParams.h
|
| diff --git a/public/platform/WebCryptoKeyAlgorithmParams.h b/public/platform/WebCryptoKeyAlgorithmParams.h
|
| index 3450c02e427ae1c2eaeaaf52f5372e84a12a8c7a..19cbb5c9de3a82896854f55ddf2debb7aaa53d21 100644
|
| --- a/public/platform/WebCryptoKeyAlgorithmParams.h
|
| +++ b/public/platform/WebCryptoKeyAlgorithmParams.h
|
| @@ -206,6 +206,13 @@ private:
|
| const WebCryptoNamedCurve m_namedCurve;
|
| };
|
|
|
| +class WebCryptoPbkdf2KeyAlgorithmParams : public WebCryptoKeyAlgorithmParams {
|
| +public:
|
| + explicit WebCryptoPbkdf2KeyAlgorithmParams() { }
|
| + virtual void writeToDictionary(WebCryptoKeyAlgorithmDictionary* dict) const
|
| + {
|
| + }
|
| +};
|
| } // namespace blink
|
|
|
| #endif
|
|
|