Chromium Code Reviews| 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 5d6abfb53f716c75c2aabc2d424c9bb77918fe21..75d608cf2abc220acce8c489db73ccf260068c27 100644 |
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h |
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h |
| @@ -33,7 +33,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 = ""); |
|
please use gerrit instead
2016/06/10 19:15:35
I have not worked with enums in Blink before. Is t
please use gerrit instead
2016/06/13 15:28:10
Nevermind, ignore this comment.
|
| DECLARE_TRACE(); |