| 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 c2c69af653e676f64ff356f8fcf1120b6d20f2d7..c6cfd824bc6f8fd3c5235e314664dba94cba1638 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl
|
| @@ -6,6 +6,7 @@
|
|
|
| [
|
| RuntimeEnabled=PaymentApp,
|
| + ConstructorCallWith=ScriptState,
|
| Constructor(DOMString type, PaymentRequestEventInit eventInitDict),
|
| Exposed=ServiceWorker
|
| ] interface PaymentRequestEvent : ExtendableEvent {
|
| @@ -13,7 +14,7 @@
|
| readonly attribute USVString paymentRequestOrigin;
|
| readonly attribute DOMString paymentRequestId;
|
| readonly attribute FrozenArray<PaymentMethodData> methodData;
|
| - readonly attribute PaymentItem total;
|
| + readonly attribute any total;
|
| readonly attribute FrozenArray<PaymentDetailsModifier> modifiers;
|
| readonly attribute DOMString instrumentKey;
|
|
|
|
|