tor-browser

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

commit bdf6ac40066f25ef8a9947fb4ce5d4a8dcff7900
parent 29fc8838efcd3eaaa9e5b0c022d6678716ce4476
Author: Chris Peterson <cpeterson@mozilla.com>
Date:   Tue,  9 Dec 2025 00:01:30 +0000

Bug 2002864 - Replace MOZ_CONSTINIT with C++20 constinit in ProcessChild.cpp. r=ipc-reviewers,nika

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

Diffstat:
Mipc/glue/ProcessChild.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipc/glue/ProcessChild.cpp b/ipc/glue/ProcessChild.cpp @@ -30,7 +30,7 @@ namespace ipc { ProcessChild* ProcessChild::gProcessChild; StaticMutex ProcessChild::gIPCShutdownStateLock; -MOZ_CONSTINIT nsCString ProcessChild::gIPCShutdownStateAnnotation; +constinit nsCString ProcessChild::gIPCShutdownStateAnnotation; ProcessChild::ProcessChild(IPC::Channel::ChannelHandle aClientChannel, ProcessId aParentPid, const nsID& aMessageChannelId)