Chromium Code Reviews| 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..1779d01abd5dd950b788c4f5c6ebd4ab104c7eeb 100644 |
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl |
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl |
| @@ -5,7 +5,7 @@ |
| // https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentappoption |
| dictionary PaymentAppOption { |
| - DOMString label; |
| + required DOMString name; |
| DOMString? icon; |
| DOMString id; |
|
zino
2016/12/11 18:55:00
This is also required.
Hwanseung Lee
2016/12/12 13:10:01
Done.
|
| sequence<DOMString> enabledMethods; |