| Index: third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp
|
| index 63fa11b3c189b4a3981b08d8fbfb023940959c41..c9f22ef71046a58b073688c9a3e80b011f3a1f5e 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp
|
| @@ -405,7 +405,7 @@ TEST(PaymentRequestTest, RejectShowPromiseOnErrorCancelled) {
|
| payments::mojom::blink::PaymentErrorReason::USER_CANCEL);
|
|
|
| v8::MicrotasksScope::PerformCheckpoint(scope.getScriptState()->isolate());
|
| - EXPECT_EQ("Request cancelled", errorMessage);
|
| + EXPECT_EQ("AbortError: Request cancelled", errorMessage);
|
| }
|
|
|
| TEST(PaymentRequestTest, RejectShowPromiseOnUpdateDetailsFailure) {
|
|
|