payments: Invalid attribute type in PaymentRequestEvent.idl |
||||
Issue description
//third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl contains the following declaration:
readonly attribute PaymentAppRequest appRequest;
However, https://heycam.github.io/webidl/#idl-dictionaries explicitly states "Dictionaries must not be used as the type of an attribute or constant".
We'd like to fix all occurrences of invalid attribute types in order to make the IDL compiler reject them in the future.
,
Apr 13 2017
Spec issue was resolved. Seems to be in payment team's court to update to reflect this.
,
Apr 13 2017
thx for the notification. hopefully can get this done in M60
,
Jun 8 2017
,
Jun 19 2017
The spec is fixed in https://github.com/w3c/payment-handler/pull/177.
,
Jun 19 2017
,
Jun 21 2017
Looks fine to me, thanks for working on this! |
||||
►
Sign in to add a comment |
||||
Comment 1 by rouslan@chromium.org
, Mar 17 2017