| 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..c501f3f03625da480ff17fd0f1244527d9d73f67 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*, const PaymentComplete result) override;
|
|
|
| // PaymentUpdater:
|
| void onUpdatePaymentDetails(const ScriptValue& detailsScriptValue) override;
|
|
|