aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/list_item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/list_item.rs')
-rw-r--r--components/layout/list_item.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/list_item.rs b/components/layout/list_item.rs
index faf8ae259fc..007c7ab0eda 100644
--- a/components/layout/list_item.rs
+++ b/components/layout/list_item.rs
@@ -147,7 +147,7 @@ impl Flow for ListItemFlow {
self.block_flow.collect_stacking_contexts(state);
}
- fn repair_style(&mut self, new_style: &::StyleArc<ComputedValues>) {
+ fn repair_style(&mut self, new_style: &::ServoArc<ComputedValues>) {
self.block_flow.repair_style(new_style)
}