Skip to content

Commit

Permalink
Bug 1787081 - Remove Thunderbird special case from remote TabManager.…
Browse files Browse the repository at this point in the history
… r=whimboo,webdriver-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D155529
  • Loading branch information
darktrojan committed Aug 28, 2022
1 parent 374f411 commit f8a55c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions remote/shared/TabManager.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ var TabManager = {
// Firefox
} else if ("gBrowser" in win) {
return win.gBrowser;
// Thunderbird
} else if (win.document.getElementById("tabmail")) {
return win.document.getElementById("tabmail");
}

return null;
Expand Down

0 comments on commit f8a55c3

Please sign in to comment.