@@ -32,7 +32,7 @@ function BrowserWindowProxy (ipcRenderer, guestId) {
this.closed = false
ipcRenderer.once(`ELECTRON_GUEST_WINDOW_MANAGER_WINDOW_CLOSED_${guestId}`, () => {
- removeProxy(this.guestId)
+ removeProxy(guestId)
this.closed = true
})