| Index: third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| index d60c2b9a6668a3f5bdbcf9b68c49ee066057739d..06b26a8b1f3aac7882339af4cd08dddb56c1c222 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| @@ -32,7 +32,7 @@ public:
|
|
|
| PaymentDetails buildDetails() const
|
| {
|
| - return buildPaymentDetailsForTest(m_detail, m_data, m_modType, m_valueToUse);
|
| + return buildPaymentDetailsForTest(true, m_detail, m_data, m_modType, m_valueToUse);
|
| }
|
|
|
| bool expectException() const
|
|
|