mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Replace `crate::script_runtime::JSContext` with `js::context::JSContext` in: - `History::PostMessage` - `History::ReplaceState` - `History::GetState` Testing: Builds and runs locally. [WPT passed](https://github.com/onsah/servo/actions/runs/22341528931) Fixes: part of https://github.com/servo/servo/issues/42347 Signed-off-by: Onur Sahin <sahinonur2000@hotmail.com>