mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
For `@import` we already had a `Arc<Locked<MediaList>>`, so now we will no longer pointlessly clone it into a `MediaList` in order to pass it to `Stylesheet::from_bytes()`, just for it to be wrapped again into an `Arc<Locked<MediaList>>`. Testing: Unneeded, no change in behavior Stylo PR: https://github.com/servo/stylo/pull/251 Signed-off-by: Oriol Brufau <obrufau@igalia.com>