mirror of
https://github.com/electron/electron.git
synced 2026-01-30 01:38:49 -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.