| 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 fc1b5d99402ffb7dd0a15a3488407f4997e92081..1979afedd5effbe7a3b999ff8220a223d1f14f06 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| @@ -30,6 +30,8 @@ public:
|
| PaymentResponse(mojom::blink::PaymentResponsePtr, PaymentCompleter*);
|
| virtual ~PaymentResponse();
|
|
|
| + ScriptValue toJSONForBinding(ScriptState*) const;
|
| +
|
| const String& methodName() const { return m_methodName; }
|
| ScriptValue details(ScriptState*, ExceptionState&) const;
|
| PaymentAddress* shippingAddress() const { return m_shippingAddress.get(); }
|
|
|