Pier Angelo Vendrame pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
44b0ceba
by Pier Angelo Vendrame at 2023-08-21T14:47:47+02:00
1 changed file:
Changes:
... | ... | @@ -453,7 +453,7 @@ class TorDomainIsolatorImpl { |
453 | 453 | */
|
454 | 454 | #getBrowserForChannel(channel) {
|
455 | 455 | const browsers =
|
456 | - channel.loadInfo.browsingContext?.topChromeWindow?.gBrowser.browsers;
|
|
456 | + channel.loadInfo.browsingContext?.topChromeWindow?.gBrowser?.browsers;
|
|
457 | 457 | if (!browsers || !channel.loadInfo.browsingContext?.browserId) {
|
458 | 458 | return null;
|
459 | 459 | }
|