Bug 1448714 - Fix up comments referring to 'style context' after the rename of nsStyleContext. r=emilio

This commit is contained in:
Jonathan Watt
2018-03-23 13:49:21 +00:00
parent 272cc6f5b1
commit baf9ffb02b
64 changed files with 188 additions and 184 deletions

View File

@@ -940,7 +940,7 @@ HTMLTableElement::MapAttributesIntoRule(const nsMappedAttributes* aAttributes,
// WalkContentStyleRules so that this happens.) This violates the
// nsIStyleRule contract, since it's the same style rule object doing
// the mapping in two different ways. It's also incorrect since it's
// testing the display type of the style context rather than checking
// testing the display type of the ComputedStyle rather than checking
// which *element* it's matching (style rules should not stop matching
// when the display type is changed).