| 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 2b1eee8fc4367ec7b602242147cb8c9932b11b67..0651cc9f7066c3be39fcd87803e2ed8e05c78a92 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| @@ -35,7 +35,7 @@ public:
|
| ScriptValue details(ScriptState*, ExceptionState&) const;
|
| PaymentAddress* shippingAddress() const { return m_shippingAddress.get(); }
|
|
|
| - ScriptPromise complete(ScriptState*, bool success);
|
| + ScriptPromise complete(ScriptState*, const String& result = "");
|
|
|
| DECLARE_TRACE();
|
|
|
|
|