tor-browser

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

commit e5b3d1cc24a94c32db7e002d2cce5cd2370a52c3
parent 6e156c09fb325dde84ee14a31610380f570504d2
Author: Serban Stanca <sstanca@mozilla.com>
Date:   Fri,  7 Nov 2025 17:39:08 +0200

Revert "Bug 1998955 - Add missing include to arm64 interceptor. r=win-reviewers,gstoll" for causing build bustages in Trampoline.h.

This reverts commit 01c5113076bd28cb500ab8c2fd1ccf31065073be.

Diffstat:
Mtoolkit/xre/dllservices/mozglue/interceptor/Arm64.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/toolkit/xre/dllservices/mozglue/interceptor/Arm64.h b/toolkit/xre/dllservices/mozglue/interceptor/Arm64.h @@ -16,7 +16,6 @@ #include "mozilla/Result.h" #include "mozilla/Saturate.h" #include "mozilla/Types.h" -#include "mozilla/interceptor/Trampoline.h" namespace mozilla { namespace interceptor {