Index: content/child/webcrypto/status.cc |
diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc |
index 48814e506c12603725e3bd67be8cde9e7f1e470d..03e506fb00d28804468296892655c903928a7059 100644 |
--- a/content/child/webcrypto/status.cc |
+++ b/content/child/webcrypto/status.cc |
@@ -204,7 +204,7 @@ Status Status::ErrorUnsupported(const std::string& message) { |
} |
Status Status::ErrorUnexpected() { |
- return Status(blink::WebCryptoErrorTypeUnknown, |
+ return Status(blink::WebCryptoErrorTypeOperation, |
"Something unexpected happened..."); |
} |