| Index: public/platform/WebCryptoAlgorithm.h
|
| diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
|
| index 29c3258130a66375fc321cc3a22497f310679f18..73f32b8d75c6157babeb8ce833545ca86ca9d54d 100644
|
| --- a/public/platform/WebCryptoAlgorithm.h
|
| +++ b/public/platform/WebCryptoAlgorithm.h
|
| @@ -84,8 +84,8 @@ public:
|
| return *this;
|
| }
|
|
|
| - WEBKIT_EXPORT WebCryptoAlgorithmId algorithmId() const;
|
| - WEBKIT_EXPORT const char* algorithmName() const;
|
| + WEBKIT_EXPORT WebCryptoAlgorithmId id() const;
|
| + WEBKIT_EXPORT const char* name() const;
|
|
|
| WEBKIT_EXPORT WebCryptoAlgorithmParamsType paramsType() const;
|
|
|
|
|