mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Rename get_visited_style to just visited_style.
This commit is contained in:
parent
d2dab24748
commit
ab8dcf0a18
5 changed files with 14 additions and 14 deletions
|
@ -126,7 +126,7 @@ trait PrivateMatchMethods: TElement {
|
|||
let inputs =
|
||||
CascadeInputs {
|
||||
rules: Some(without_transition_rules),
|
||||
visited_rules: primary_style.get_visited_style().and_then(|s| s.rules.clone()),
|
||||
visited_rules: primary_style.visited_rules().cloned()
|
||||
};
|
||||
|
||||
// Actually `PseudoElementResolution` doesn't really matter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue