tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 0cd23dc29c3714c17a7ef2e7f0986dca41341e28
parent 0256d742671914a755abf9d0d79dec6c01d50d47
Author: Cosmin Sabou <csabou@mozilla.com>
Date:   Fri, 14 Nov 2025 19:24:07 +0200

Bug 849620 - Fix linting failure. DONTBUILD

Diffstat:
Mmodules/libpref/test/unit/test_libPrefs.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/libpref/test/unit/test_libPrefs.js b/modules/libpref/test/unit/test_libPrefs.js @@ -746,6 +746,7 @@ add_task(function test_deleteBranch_weak_observers() { /** * Helper function to assert that a preference exists with the expected value. + * * @param {string} prefName - The preference name * @param {*} expectedValue - The expected value * @param {string} message - The assertion message @@ -762,6 +763,7 @@ function assertPrefExists( /** * Helper function to assert that a preference does not exist. + * * @param {string} prefName - The preference name * @param {string} message - The assertion message * @param {Function} [getter=getIntPref] - The preference getter function (e.g., getIntPref, getBoolPref, getCharPref)