| 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 f66dbb731fef69a940e2bde3e54dc8942fc312d9..29dd926815789298adf8a39d0226e4180e6a3dfe 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| @@ -43,7 +43,7 @@ class MODULES_EXPORT PaymentResponse final
|
| const String& payerEmail() const { return m_payerEmail; }
|
| const String& payerPhone() const { return m_payerPhone; }
|
|
|
| - ScriptPromise complete(ScriptState*, const String& result = "");
|
| + ScriptPromise complete(const String& result = "");
|
|
|
| DECLARE_TRACE();
|
|
|
|
|