From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- testing/gtest/mozilla/GTestRunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/gtest/mozilla') diff --git a/testing/gtest/mozilla/GTestRunner.cpp b/testing/gtest/mozilla/GTestRunner.cpp index 269adc39b3..278bfdf80a 100644 --- a/testing/gtest/mozilla/GTestRunner.cpp +++ b/testing/gtest/mozilla/GTestRunner.cpp @@ -162,7 +162,7 @@ int RunGTestFunc(int* argc, char** argv) { // that these pings shouldn't actually be uploaded. Preferences::SetInt("telemetry.fog.test.localhost_port", -1); const nsCString empty; - RefPtr(FOG::GetSingleton())->InitializeFOG(empty, empty); + RefPtr(FOG::GetSingleton())->InitializeFOG(empty, empty, false); return RUN_ALL_TESTS(); } -- cgit v1.2.3