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 e137860ee057e625f9d1355111648c6a1aaae267..82a43dbeb59a8f3d5fb09958f9bccb2939a08057 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; |