Index: content/child/webcrypto/status.cc |
diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc |
index b932f81d11b1e3639171467211dee5ff0c58c7cd..3d0cccf4ead8e5a8ce7385790cea2ddd2c7baefc 100644 |
--- a/content/child/webcrypto/status.cc |
+++ b/content/child/webcrypto/status.cc |
@@ -152,7 +152,7 @@ Status Status::ErrorGenerateAesKeyLength() { |
} |
Status Status::ErrorAes192BitUnsupported() { |
- return Status(blink::WebCryptoErrorTypeNotSupported, |
+ return Status(blink::WebCryptoErrorTypeOperation, |
"192-bit AES keys are not supported"); |
} |
@@ -227,7 +227,7 @@ Status Status::ErrorImportRsaEmptyModulus() { |
} |
Status Status::ErrorGenerateRsaUnsupportedModulus() { |
- return Status(blink::WebCryptoErrorTypeNotSupported, |
+ return Status(blink::WebCryptoErrorTypeOperation, |
"The modulus length must be a multiple of 8 bits and >= 256 " |
"and <= 16384"); |
} |