mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Move `CSSStyleRule::Style` from `CanGc` to `&mut JSContext`. Also fix the caller in `devtools.rs` to pass `cx` directly. Testing: Refactoring, It compiles. Fixes: Part of #42638 Signed-off-by: arabson99 <arabiusman99@gmail.com>