| Index: Source/modules/crypto/Key.h
|
| diff --git a/Source/modules/crypto/Key.h b/Source/modules/crypto/Key.h
|
| index 839aefef27c3670103cba0b661b656453aa16726..4ea03f9bc0d2857c41dd3c1a9e93c375dfbe957a 100644
|
| --- a/Source/modules/crypto/Key.h
|
| +++ b/Source/modules/crypto/Key.h
|
| @@ -53,6 +53,8 @@ public:
|
| Algorithm* algorithm();
|
| Vector<String> usages() const;
|
|
|
| + const WebKit::WebCryptoKey& key() const { return m_key; }
|
| +
|
| static bool parseFormat(const String&, WebKit::WebCryptoKeyFormat&);
|
|
|
| // Parses KeyUsage strings to a WebCryptoKeyUsageMask. If any element is
|
|
|