diff options
Diffstat (limited to 'testing/gtest/mozilla')
-rw-r--r-- | testing/gtest/mozilla/GTestRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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>(FOG::GetSingleton())->InitializeFOG(empty, empty); + RefPtr<FOG>(FOG::GetSingleton())->InitializeFOG(empty, empty, false); return RUN_ALL_TESTS(); } |