DescriptionSimplify RadioNodeList's anonymous indexed getter
Make RadioNodeList's anonymous indexed getter argument mandatory and drop
the [IsIndex] IDL extended attribute. 'optional' and [IsIndex] have no
effect on the generated code of anonymous indexed getters:
- There is no way for the caller to omit the index
- The generated code uses ObjectTemplate::SetIndexedPropertyHandler() and
the IndexedPropertyGetterCallback takes a uint32_t in argument.
There is no web-exposed behavior change, the generated bindings code is
identical.
R=haraken
BUG=237739
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155535
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|