Index: third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
index 802545dbb8773135cf8fdac04e150da2b9d5743e..bea9ebd2bbf418e5e77c2816458f39ad5923f850 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
@@ -8,6 +8,6 @@ |
RuntimeEnabled=PaymentApp, |
Exposed=ServiceWorker |
] interface PaymentRequestEvent : ExtendableEvent { |
- readonly attribute PaymentAppRequestData data; |
+ readonly attribute PaymentAppRequest appRequest; |
void respondWith(Promise<PaymentResponse> response); |
}; |