tor-browser

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

commit 6991721710169d7aa29326f5e7213e6a9c691e4e
parent d7194d104d315a28ad1fc9b89c2789f63d42e0aa
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Tue, 14 Oct 2025 23:15:01 +0200

Bug 1994157 - Partially revert the previous patch to land what emilio intended.

Diffstat:
Mwidget/CompositorWidget.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/widget/CompositorWidget.h b/widget/CompositorWidget.h @@ -11,9 +11,8 @@ #include "mozilla/gfx/Rect.h" #include "mozilla/layers/CompositorOptions.h" #include "mozilla/layers/LayersTypes.h" -#include "mozilla/Compiler.h" -#if MOZ_IS_GCC +#ifdef MOZ_IS_GCC # include "mozilla/layers/NativeLayer.h" #endif