| Index: content/child/webcrypto/shared_crypto_unittest.cc
|
| diff --git a/content/child/webcrypto/shared_crypto_unittest.cc b/content/child/webcrypto/shared_crypto_unittest.cc
|
| index 3e3730c73bc7e305781826c2806c440d98396370..ffd214fc37e86a8773aadb787d4b40e434fce1e6 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -114,7 +114,7 @@ bool SupportsAesGcm() {
|
| &key);
|
|
|
| if (status.IsError())
|
| - EXPECT_EQ(Status::ErrorUnsupported(), status);
|
| + EXPECT_EQ(blink::WebCryptoErrorTypeNotSupported, status.error_type());
|
| return status.IsSuccess();
|
| }
|
|
|
|
|