| Index: Source/modules/crypto/Key.cpp
|
| diff --git a/Source/modules/crypto/Key.cpp b/Source/modules/crypto/Key.cpp
|
| index e9976e27ba6c4d94498e442846e895175a116cdf..d6e5cc40f01a4d6df2df218b01600a259be17560 100644
|
| --- a/Source/modules/crypto/Key.cpp
|
| +++ b/Source/modules/crypto/Key.cpp
|
| @@ -189,6 +189,7 @@ bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, Algo
|
|
|
| // Verify that the algorithm-specific parameters for the key conform to the
|
| // algorithm.
|
| + // FIXME: Verify that this is complete.
|
|
|
| if (m_key.algorithm().id() == blink::WebCryptoAlgorithmIdHmac) {
|
| blink::WebCryptoAlgorithmId keyHash;
|
|
|