mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove crashed event forwarding
This commit is contained in:
@@ -43,11 +43,6 @@ BrowserWindow.prototype._init = function () {
|
||||
}
|
||||
})
|
||||
|
||||
// Forward the crashed event.
|
||||
this.webContents.on('crashed', () => {
|
||||
this.emit('crashed')
|
||||
})
|
||||
|
||||
// Change window title to page title.
|
||||
this.webContents.on('page-title-updated', (event, title) => {
|
||||
// The page-title-updated event is not emitted immediately (see #3645), so
|
||||
|
||||
Reference in New Issue
Block a user