Index: third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl b/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl |
index f46389ff86da045ec8faba1b52f792b59b68b77d..400e6677b3e5f9222fb7366d3bcce532e106e012 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl |
@@ -5,7 +5,7 @@ |
// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentappmanifest |
dictionary PaymentAppManifest { |
- DOMString label; |
+ required DOMString name; |
DOMString? icon; |
- sequence<PaymentAppOption> options; |
+ required sequence<PaymentAppOption> options; |
}; |