Index: third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
index 25edaf74f2714a0a4a8926017b9ce5674d80a38a..519c929581410a0db21ce0f8b71a234e75bc0ac0 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
@@ -16,7 +16,7 @@ |
[CallWith=ScriptState] Promise<PaymentResponse> show(); |
[RaisesException] void abort(); |
- [ImplementedAs=getShippingAddress] readonly attribute ShippingAddress? shippingAddress; |
+ [ImplementedAs=getShippingAddress] readonly attribute PaymentAddress? shippingAddress; |
readonly attribute DOMString? shippingOption; |
attribute EventHandler onshippingaddresschange; |