mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
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:
parent
a11626017d
commit
f00258370c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user