mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* refactor: make ElectronRendererClient::node_bindings_ a const ptr refactor: make ElectronRendererClient::electron_bindings_ a const ptr Co-authored-by: Charles Kerr <charles@charleskerr.com> * fix: order-of-destruction bug in NodeService js_env_ depends on the uv_loop from node_bindings_, but is destroyed after node_bindings_ Co-authored-by: Charles Kerr <charles@charleskerr.com> * chore: revert unintentional commit Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>