mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Update comments for push_applicable_declarations_as_xbl_only_stylist()
MozReview-Commit-ID: 4ohpfiYgjxl
This commit is contained in:
parent
585c00f235
commit
7b28e86501
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue