mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
stylo: Honor the relevant link visited pref.
MozReview-Commit-ID: D5NiEJUpONQ
This commit is contained in:
parent
04e855c38d
commit
9b2d96f7e7
5 changed files with 20 additions and 2 deletions
|
@ -594,6 +594,7 @@ impl LayoutThread {
|
|||
stylist: &self.stylist,
|
||||
options: StyleSystemOptions::default(),
|
||||
guards: guards,
|
||||
visited_styles_enabled: false,
|
||||
running_animations: self.running_animations.clone(),
|
||||
expired_animations: self.expired_animations.clone(),
|
||||
local_context_creation_data: Mutex::new(thread_local_style_context_creation_data),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue