aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index e328ee3e37a..83961219e37 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -1617,7 +1617,7 @@ impl Flow for InlineFlow {
.relative_containing_block_mode,
CoordinateSystem::Parent);
let stacking_relative_content_box =
- fragment.stacking_relative_content_box(&stacking_relative_border_box);
+ fragment.stacking_relative_content_box(stacking_relative_border_box);
let is_positioned = fragment.is_positioned();
match fragment.specific {