Index: third_party/WebKit/Source/modules/payments/PaymentResponse.h |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.h b/third_party/WebKit/Source/modules/payments/PaymentResponse.h |
index 5f1e705119722e1666095eee3be5aead3ba52d32..8548b6171f71f7fad17a4398cdd68cba11be7aa0 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h |
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h |
@@ -37,7 +37,7 @@ public: |
const String& payerEmail() const { return m_payerEmail; } |
const String& payerPhone() const { return m_payerPhone; } |
- ScriptPromise complete(ScriptState*, bool success); |
+ ScriptPromise complete(ScriptState*, const String& result = ""); |
DECLARE_TRACE(); |