mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Since `evaluate_js_on_global` called `enter_realm` and there were already some callee that did it, I've actually passed `&mut CurrentRealm`. Also converted `Window::WebdriverException` to pass `&mut JSContext` inside `javascript_error_info_from_error_info`. Testing: A successful build is enough Part of #40600 --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>