From a1d0cf1e05acaa1c7dcc9b6140bb9b089cad1917 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 5 Oct 2024 14:27:05 +0200 Subject: [PATCH] [Pale-Moon] Issue #1972 - Follow-up: include `Ci` with nsIWebNavigation flag. For code consistency. --- application/palemoon/base/content/tabbrowser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/base/content/tabbrowser.xml b/application/palemoon/base/content/tabbrowser.xml index 0f72f43e50..2b32693a28 100644 --- a/application/palemoon/base/content/tabbrowser.xml +++ b/application/palemoon/base/content/tabbrowser.xml @@ -2130,7 +2130,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