| Index: Source/modules/crypto/NormalizeAlgorithm.h
|
| diff --git a/Source/modules/crypto/NormalizeAlgorithm.h b/Source/modules/crypto/NormalizeAlgorithm.h
|
| index e6e108146893b9d78e6e6ffc88e233efd11a75c2..ffdbdc193d0430d4abded2505f8f9e06972d88c3 100644
|
| --- a/Source/modules/crypto/NormalizeAlgorithm.h
|
| +++ b/Source/modules/crypto/NormalizeAlgorithm.h
|
| @@ -47,6 +47,7 @@ enum AlgorithmOperation {
|
| Verify,
|
| Digest,
|
| GenerateKey,
|
| + ImportKey,
|
| DeriveKey,
|
| WrapKey,
|
| UnwrapKey,
|
| @@ -57,7 +58,6 @@ enum AlgorithmOperation {
|
| // Normalizes an algorithm identifier (dictionary) into a WebCryptoAlgorithm. If
|
| // normalization fails then returns false and sets the ExceptionState.
|
| bool normalizeAlgorithm(const Dictionary&, AlgorithmOperation, WebKit::WebCryptoAlgorithm&, ExceptionState&) WARN_UNUSED_RETURN;
|
| -bool normalizeAlgorithmForImportKey(const Dictionary&, WebKit::WebCryptoAlgorithm&, ExceptionState&) WARN_UNUSED_RETURN;
|
|
|
| } // namespace WebCore
|
|
|
|
|