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 e586791e7c3e1387fb5b73f615029e8d9af8c3f3..6c324147bf2ab80e759369c4d1d93991352ada37 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
@@ -15,7 +15,7 @@ |
[CallWith=ScriptState] Promise<PaymentResponse> show(); |
void abort(); |
- readonly attribute ShippingAddress? shippingAddress; |
+ [ImplementedAs=getShippingAddress] readonly attribute ShippingAddress? shippingAddress; |
readonly attribute DOMString? shippingOption; |
attribute EventHandler onshippingaddresschange; |