Index: Source/modules/crypto/NormalizeAlgorithm.cpp |
diff --git a/Source/modules/crypto/NormalizeAlgorithm.cpp b/Source/modules/crypto/NormalizeAlgorithm.cpp |
index 758bde0df354cc7c89b831b8bbd33b0363908d5c..8a75dde65a210a92120746a589ccb26fc3cd7344 100644 |
--- a/Source/modules/crypto/NormalizeAlgorithm.cpp |
+++ b/Source/modules/crypto/NormalizeAlgorithm.cpp |
@@ -650,11 +650,9 @@ bool parseAlgorithmParams(const Dictionary& raw, WebCryptoAlgorithmParamsType ty |
case WebCryptoAlgorithmParamsTypeRsaOaepParams: |
context.add("RsaOaepParams"); |
return parseRsaOaepParams(raw, params, context, error); |
- break; |
case WebCryptoAlgorithmParamsTypeRsaPssParams: |
context.add("RsaPssParams"); |
return parseRsaPssParams(raw, params, context, error); |
- break; |
} |
ASSERT_NOT_REACHED(); |
return false; |