| Index: third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
|
| index bd6423fa5b1137c53562667e3f34fd577481c1b9..34f1fb19610d0fe174c1eeca06183ff07eb68a1a 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
|
| @@ -15,8 +15,9 @@
|
| namespace blink {
|
| namespace {
|
|
|
| -static const int abortTimeout =
|
| - 60; // Reject the payment request if the page does not resolve the promise from updateWith within 60 seconds.
|
| +// Reject the payment request if the page does not resolve the promise from
|
| +// updateWith within 60 seconds.
|
| +static const int abortTimeout = 60;
|
|
|
| class UpdatePaymentDetailsFunction : public ScriptFunction {
|
| public:
|
|
|