| Index: content/child/webcrypto/status.cc
|
| diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc
|
| index cc2599ebf7de09d8d0485af761b8bb3bb1ed87b7..bc623f7349580da1db33e1643c93232531c3e261 100644
|
| --- a/content/child/webcrypto/status.cc
|
| +++ b/content/child/webcrypto/status.cc
|
| @@ -170,7 +170,7 @@ Status Status::ErrorInvalidAesKwDataLength() {
|
|
|
| Status Status::ErrorGenerateKeyPublicExponent() {
|
| return Status(blink::WebCryptoErrorTypeData,
|
| - "The \"publicExponent\" is either empty, zero, or too large");
|
| + "The \"publicExponent\" must be either 3 or 65537");
|
| }
|
|
|
| Status Status::ErrorImportRsaEmptyModulus() {
|
|
|