mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
[Pale-Moon] tabbrowser: corrected nsIWebNavigation usage
This commit is contained in:
parent
73f3390cf8
commit
d80d4ba6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -2137,7 +2137,7 @@
|
|||
// Using the "STOP_ALL" flag should halt all animations, fetches, network
|
||||
// activity, etc. to come to a clean state for removal and unlinking (if enabled).
|
||||
var browser = this.getBrowserForTab(aTab);
|
||||
browser.webNavigation.stop(nsIWebNavigation.STOP_ALL);
|
||||
browser.webNavigation.stop(Ci.nsIWebNavigation.STOP_ALL);
|
||||
|
||||
// Clean up mTabFilters and mTabListeners now rather than in
|
||||
// _beginRemoveTab, so that their size is always in sync with the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue