DescriptionProperly measure usage for Node attributes removed from DOM4
The following Node attributes were removed from DOM4:
- namespaceURI
- localName
- prefix
However, those attributes were moved to Element and Attr in DOM4.
Therefore, we only want to measure usage of those attributes for other
types than Element and Attr to minimize the noise.
To address this issue, corresponding attributes were added to Element
and Attr interfaces so that those are used in priority for Elements
and Attribute nodes, and not the corresponding Node bindings code
whose usage is being measured.
R=arv
BUG=272149
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156241
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|