mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
After after using `processId-contextCounter` as contextId, it may happen that contexts in different WebContents sharing the same renderer process get the same contextId. Using webContentsId as part of key in ObjectsRegistry can fix this.