| Index: public/platform/WebCryptoAlgorithm.h
|
| diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
|
| index 7703614a1a945719a40981b3a147bb4aec2a9892..29c3258130a66375fc321cc3a22497f310679f18 100644
|
| --- a/public/platform/WebCryptoAlgorithm.h
|
| +++ b/public/platform/WebCryptoAlgorithm.h
|
| @@ -91,8 +91,8 @@ public:
|
|
|
| // Retrieves the type-specific parameters. The algorithm contains at most 1
|
| // type of parameters. Retrieving an invalid parameter will return 0.
|
| - WebCryptoAesCbcParams* aesCbcParams() const;
|
| - WebCryptoAesKeyGenParams* aesKeyGenParams() const;
|
| + WEBKIT_EXPORT WebCryptoAesCbcParams* aesCbcParams() const;
|
| + WEBKIT_EXPORT WebCryptoAesKeyGenParams* aesKeyGenParams() const;
|
|
|
| private:
|
| WEBKIT_EXPORT void assign(const WebCryptoAlgorithm& other);
|
|
|