Index: content/child/webcrypto/status.cc |
diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc |
index b932f81d11b1e3639171467211dee5ff0c58c7cd..c68287aeba5043474ccbaa96c8051269f9b79da6 100644 |
--- a/content/child/webcrypto/status.cc |
+++ b/content/child/webcrypto/status.cc |
@@ -218,7 +218,7 @@ Status Status::ErrorInvalidAesKwDataLength() { |
} |
Status Status::ErrorGenerateKeyPublicExponent() { |
- return Status(blink::WebCryptoErrorTypeData, |
+ return Status(blink::WebCryptoErrorTypeOperation, |
"The \"publicExponent\" must be either 3 or 65537"); |
} |