mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This PR makes the `remove_script_and_layout_blocker` in
ee72fca571/components/script/dom/document/document.rs (L3727)
take `&mut JSContext` as argument, removing the dependency of the
previous `temp_cx` being created!
Testing: No behaviour changes , all tests passes.
Fixes: #44479
Signed-off-by: Rover track <rishan.pgowda@gmail.com>