| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| index c150a99ce10fb17b32ebef7e3c1872e525a142d9..eaedaf25c808ad12edfec8e85aa92047b9e8b81d 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| @@ -64,7 +64,7 @@ public:
|
| ExecutionContext* getExecutionContext() const override;
|
|
|
| // PaymentCompleter:
|
| - ScriptPromise complete(ScriptState*, bool success) override;
|
| + ScriptPromise complete(ScriptState*, PaymentComplete result) override;
|
|
|
| // PaymentUpdater:
|
| void onUpdatePaymentDetails(const ScriptValue& detailsScriptValue) override;
|
|
|