tor-browser

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

commit 4ef68e5e6d0e30520447489c9790069f4b623a7a
parent 58db4b99c0b61996da587136e833f3110f42e66d
Author: Chris Peterson <cpeterson@mozilla.com>
Date:   Tue,  9 Dec 2025 00:01:31 +0000

Bug 2002864 - Replace MOZ_CONSTINIT with C++20 constinit in TestPACMan.cpp. r=necko-reviewers,valentin

Differential Revision: https://phabricator.services.mozilla.com/D274511

Diffstat:
Mnetwerk/test/gtest/TestPACMan.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netwerk/test/gtest/TestPACMan.cpp b/netwerk/test/gtest/TestPACMan.cpp @@ -20,7 +20,7 @@ #define GETTING_NETWORK_PROXY_TYPE_FAILED (-1) static mozilla::StaticMutex sMutex; -MOZ_CONSTINIT nsCString WPADOptionResult MOZ_GUARDED_BY(sMutex); +constinit nsCString WPADOptionResult MOZ_GUARDED_BY(sMutex); namespace mozilla { namespace net {