| Index: content/child/webcrypto/status.h
|
| diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h
|
| index 0996bb31a5876bf669dac379e21745a1b3da215d..02f2495cb29da005379c8dbd0f22316035fcc593 100644
|
| --- a/content/child/webcrypto/status.h
|
| +++ b/content/child/webcrypto/status.h
|
| @@ -140,9 +140,7 @@ class CONTENT_EXPORT Status {
|
|
|
| // The data provided to an encrypt/decrypt/sign/verify operation was too
|
| // large. This can either represent an internal limitation (for instance
|
| - // representing buffer lengths as uints), or an algorithm restriction (for
|
| - // instance RSAES can operation on messages relative to the length of the
|
| - // key's modulus).
|
| + // representing buffer lengths as uints).
|
| static Status ErrorDataTooLarge();
|
|
|
| // The data provided to an encrypt/decrypt/sign/verify operation was too
|
|
|