Index: Source/modules/crypto/HmacKeyAlgorithm.idl |
diff --git a/Source/modules/crypto/HmacKeyAlgorithm.idl b/Source/modules/crypto/HmacKeyAlgorithm.idl |
index 552effb4cbae59dfc56961cb4c47a544a4de0140..89cc8430ad3e5913bba4fd836e90c14c54bda058 100644 |
--- a/Source/modules/crypto/HmacKeyAlgorithm.idl |
+++ b/Source/modules/crypto/HmacKeyAlgorithm.idl |
@@ -32,4 +32,5 @@ |
NoInterfaceObject |
] interface HmacKeyAlgorithm : KeyAlgorithm { |
readonly attribute KeyAlgorithm hash; |
+ readonly attribute unsigned long length; |
}; |