DescriptionAdd UseCounters for CSS-related *List interfaces with item() methods
By request from Simon Pieters (CSSOM editor) measure the usage of the
item() method on the three interfaces that are currently marked as
[ArrayClass]. This is to determine the feasibility of removing the usage
of [ArrayClass] by using "real" arrays instead. That won't be possible
in the case of MediaList, because that interface has other members, but
measure it anyway in case some option emerges where removing
MediaList.item() would in some way help.
Also add a UseCounter for StyleSheetList's anonymous named getter, which
is the only other thing blocking array conversion of that interface.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194040
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|