mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* fix: call `UnregisterIsolate` consistently `JavascriptEnvironment` is the class that calls `RegisterIsolate()` so it should be the one to call `UnregisterIsolate`, and this can happen right before disposing the aforementioned `isolate`. See: https://github.com/electron/electron/pull/28468 * fix Co-authored-by: Fedor Indutny <fedor@indutny.com>