| Index: content/child/webcrypto/status.cc
|
| diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc
|
| index 7efc70c1298d878a600ea8a280b60d98a4af73b8..17b5c6add71945253e83bcd20fb7b44a2ccf575f 100644
|
| --- a/content/child/webcrypto/status.cc
|
| +++ b/content/child/webcrypto/status.cc
|
| @@ -325,7 +325,7 @@ Status Status::ErrorEcdhCurveMismatch() {
|
| }
|
|
|
| Status Status::ErrorEcdhLengthTooBig(unsigned int max_length_bits) {
|
| - return Status(blink::WebCryptoErrorTypeInvalidAccess,
|
| + return Status(blink::WebCryptoErrorTypeOperation,
|
| base::StringPrintf(
|
| "Length specified for ECDH key derivation is too large. "
|
| "Maximum allowed is %u bits",
|
|
|