mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Changes `LayoutBox::InlineLevel()` to have a raw `InlineItem` instead of an `ArcRefCell<InlineItem>`. `InlineItem` is an enum where all the options already use `ArcRefCell`, so the outer `ArcRefCell` wasn't really necessary. Testing: Not needed, no behavior change Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>