| Index: Source/modules/crypto/KeyAlgorithm.h
|
| diff --git a/Source/modules/crypto/KeyAlgorithm.h b/Source/modules/crypto/KeyAlgorithm.h
|
| index 570f4449c0d697806ac8a0a3a39104ebed475171..8d0e8dc2f1dcc66f8beb6fe05b6decbab38f3a59 100644
|
| --- a/Source/modules/crypto/KeyAlgorithm.h
|
| +++ b/Source/modules/crypto/KeyAlgorithm.h
|
| @@ -52,7 +52,6 @@ public:
|
| bool isAesKeyAlgorithm() const;
|
| bool isHmacKeyAlgorithm() const;
|
| bool isRsaHashedKeyAlgorithm() const;
|
| - bool isRsaKeyAlgorithm() const;
|
|
|
| virtual void trace(Visitor*);
|
|
|
|
|