Index: third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
index 8f33f40c6996439b7277191ff1d5fedc5a5a7314..10f9aabb31fd60bffa430950780fb51334d3f217 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl |
@@ -9,6 +9,7 @@ |
] interface PaymentResponse { |
readonly attribute DOMString methodName; |
[CallWith=ScriptState, RaisesException] readonly attribute object details; |
+ readonly attribute PaymentAddress? shippingAddress; |
[CallWith=ScriptState] Promise<void> complete(boolean success); |
}; |