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 `Window::PostMessage`'s API. Testing: Builds and runs locally. Part of: https://github.com/servo/servo/issues/42347 Signed-off-by: pralkarz <pralkarz@tuta.com>