DescriptionIDL: Auto-declare implied methods only if not otherwise declared
An interface with an iterable<>, maplike<> or setlike<> declaration
should according to WebIDL have a number of additional methods, some
of which we already auto-declare.
Adjust this auto-declaration so that it's disabled if the interface
has an explicitly declared method with the same name already. This
allows an interface to override some or all of the implied methods,
and for instance declare them with different extended attributes.
BUG=432683
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189805
Patch Set 1 #Patch Set 2 : fix spelling #
Messages
Total messages: 11 (4 generated)
|