Skip to content

Commit

Permalink
Issue #1972 - Follow-up: include Ci with nsIWebNavigation flag.
Browse files Browse the repository at this point in the history
For code consistency.
  • Loading branch information
wolfbeast committed Oct 5, 2024
1 parent 5b225ad commit e0c5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion palemoon/base/content/tabbrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,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
Expand Down

0 comments on commit e0c5d50

Please sign in to comment.