| Index: Source/modules/crypto/HmacKeyAlgorithm.h
|
| diff --git a/Source/modules/crypto/HmacKeyAlgorithm.h b/Source/modules/crypto/HmacKeyAlgorithm.h
|
| index f4cbdb40cdf415c445a0fcf7411679089d69152d..90721074c939daae5e5bb3fa1ef16e5d769e1d8a 100644
|
| --- a/Source/modules/crypto/HmacKeyAlgorithm.h
|
| +++ b/Source/modules/crypto/HmacKeyAlgorithm.h
|
| @@ -40,6 +40,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<HmacKeyAlgorithm> create(const blink::WebCryptoKeyAlgorithm&);
|
|
|
| KeyAlgorithm* hash();
|
| + unsigned length();
|
|
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
|
|