diff options
Diffstat (limited to 'components/layout/block.rs')
-rw-r--r-- | components/layout/block.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/block.rs b/components/layout/block.rs index 3ae8a439a4d..f42b749e7a3 100644 --- a/components/layout/block.rs +++ b/components/layout/block.rs @@ -2139,7 +2139,7 @@ impl Flow for BlockFlow { self.build_display_list_for_block(state, BorderPaintingMode::Separate); } - fn repair_style(&mut self, new_style: &::StyleArc<ComputedValues>) { + fn repair_style(&mut self, new_style: &::ServoArc<ComputedValues>) { self.fragment.repair_style(new_style) } |