Bug 1643018 - Fix TypeError: can't access property "permanentKey", browser is undefined. r=mconley

Differential Revision: https://phabricator.services.mozilla.com/D99480
This commit is contained in:
Peter Van der Beken 2020-12-11 19:00:50 +00:00
parent a11626017d
commit f00258370c

View File

@ -36,7 +36,7 @@ class AboutTabCrashedParent extends JSWindowActorParent {
switch (message.name) {
case "Load": {
gAboutTabCrashedPages.set(this, this.browser);
gAboutTabCrashedPages.set(this, browser);
this.updateTabCrashedCount();
let report = TabCrashHandler.onAboutTabCrashedLoad(browser);