Index: Source/modules/crypto/CryptoKey.h |
diff --git a/Source/modules/crypto/CryptoKey.h b/Source/modules/crypto/CryptoKey.h |
index 2f2cbd9f9e689929b732859ba09231818332918c..67a0040d414f8c2601776aac319de064c8f90ec1 100644 |
--- a/Source/modules/crypto/CryptoKey.h |
+++ b/Source/modules/crypto/CryptoKey.h |
@@ -54,6 +54,7 @@ public: |
String type() const; |
bool extractable() const; |
+ ScriptValue algorithm(ScriptState*); |
Vector<String> usages() const; |
const WebCryptoKey& key() const { return m_key; } |