| 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 1f9594ce4a9741d2053b13bee6455ac51d345b42..9364358ee79bd70cce3cd6eddb04d15c9777a8b6 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(); }
|
|
|