style: Update comments for push_applicable_declarations_as_xbl_only_stylist()

MozReview-Commit-ID: 4ohpfiYgjxl
This commit is contained in:
Ting-Yu Lin 2017-07-28 16:32:37 +08:00
parent 585c00f235
commit 7b28e86501

View file

@ -1147,8 +1147,8 @@ impl Stylist {
}; };
let rule_hash_target = element.rule_hash_target(); let rule_hash_target = element.rule_hash_target();
// nsXBLPrototypeResources::ComputeServoStyleSet() added XBL stylesheets under author // nsXBLPrototypeResources::LoadResources() loads Chrome XBL style
// (doc) level. // sheets under eAuthorSheetFeatures level.
map.author.get_all_matching_rules(element, map.author.get_all_matching_rules(element,
&rule_hash_target, &rule_hash_target,
applicable_declarations, applicable_declarations,