| Index: content/child/webcrypto/jwk.cc
|
| diff --git a/content/child/webcrypto/jwk.cc b/content/child/webcrypto/jwk.cc
|
| index 4692d321abff4e327448d3b81e4ef41f8a0b66b5..b0b5cd74bb0bb0344a9a05454c1043ee04a6966b 100644
|
| --- a/content/child/webcrypto/jwk.cc
|
| +++ b/content/child/webcrypto/jwk.cc
|
| @@ -794,7 +794,7 @@ Status ExportKeyJwk(const blink::WebCryptoKey& key,
|
| blink::WebArrayBuffer* buffer) {
|
| DCHECK(key.extractable());
|
| base::DictionaryValue jwk_dict;
|
| - Status status = Status::Error();
|
| + Status status = Status::OperationError();
|
|
|
| switch (key.type()) {
|
| case blink::WebCryptoKeyTypeSecret: {
|
|
|