Index: third_party/WebKit/Source/modules/payments/PaymentAppOption.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl b/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl |
index 353f54d2d147988cec2876f8eb2ddb695602dcf2..ccf874796cf46c831571c47498927941aa556c66 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl |
@@ -5,8 +5,8 @@ |
// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentappoption |
dictionary PaymentAppOption { |
- DOMString label; |
+ required DOMString name; |
DOMString? icon; |
- DOMString id; |
+ required DOMString id; |
sequence<DOMString> enabledMethods; |
}; |