| Index: Source/modules/crypto/NormalizeAlgorithm.cpp
|
| diff --git a/Source/modules/crypto/NormalizeAlgorithm.cpp b/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| index 239338a77ea4089a73f633361bef5c807d549dfb..b1231128b4367a61eaf285c92ebfe0ca2ef1d1cb 100644
|
| --- a/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| +++ b/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| @@ -623,7 +623,7 @@ bool parseAlgorithmParams(const Dictionary& raw, blink::WebCryptoAlgorithmParams
|
| context.add("AesKeyGenParams");
|
| return parseAesKeyGenParams(raw, params, context, errorDetails);
|
| case blink::WebCryptoAlgorithmParamsTypeHmacImportParams:
|
| - context.add("HmacImporParams");
|
| + context.add("HmacImportParams");
|
| return parseHmacImportParams(raw, params, context, errorDetails);
|
| case blink::WebCryptoAlgorithmParamsTypeHmacKeyGenParams:
|
| context.add("HmacKeyGenParams");
|
|
|