| Index: content/child/webcrypto/status.cc
|
| diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc
|
| index d1ceffc5762bcf1391eaed65206aa2bc09e7293a..a7afdb3c063968da78fbcb626eaaabef99a04ca5 100644
|
| --- a/content/child/webcrypto/status.cc
|
| +++ b/content/child/webcrypto/status.cc
|
| @@ -239,7 +239,7 @@ Status Status::ErrorGenerateKeyLength() {
|
| }
|
|
|
| Status Status::ErrorCreateKeyBadUsages() {
|
| - return Status(blink::WebCryptoErrorTypeData,
|
| + return Status(blink::WebCryptoErrorTypeSyntax,
|
| "Cannot create a key using the specified key usages.");
|
| }
|
|
|
|
|