tor-browser

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

commit d16c4b830ffdff9714602263653a60b27c58919d
parent fd5559fa78b153f3d701ea2300b0d4ae0fc4aa0d
Author: Lando <lando@lando.test>
Date:   Thu, 27 Nov 2025 08:26:21 +0000

Bug 2001665: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mjs/src/jit/BaselineCacheIRCompiler.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/jit/BaselineCacheIRCompiler.cpp b/js/src/jit/BaselineCacheIRCompiler.cpp @@ -1398,7 +1398,7 @@ void BaselineCacheIRCompiler::emitAtomizeString(Register str, Register temp, LiveRegisterSet save = liveVolatileRegs(); masm.PushRegsInMask(save); - using Fn = JSAtom* (*)(JSContext* cx, JSString* str); + using Fn = JSAtom* (*)(JSContext * cx, JSString * str); masm.setupUnalignedABICall(temp); masm.loadJSContext(temp); masm.passABIArg(temp);