tor-browser

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

commit ac3269deac064c201be57dcc40a8571ce0efd997
parent 3b346aa7143931e20e588841045a6d79a095dcb4
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Thu,  9 Oct 2025 08:45:49 +0000

Bug 1993189 - Remove unused inclusion of mfbt/PairHash.h r=emilio

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

Diffstat:
Mdom/animation/ScrollTimeline.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dom/animation/ScrollTimeline.h b/dom/animation/ScrollTimeline.h @@ -8,7 +8,6 @@ #define mozilla_dom_ScrollTimeline_h #include "mozilla/HashTable.h" -#include "mozilla/PairHash.h" #include "mozilla/ServoStyleConsts.h" #include "mozilla/WritingModes.h" #include "mozilla/dom/AnimationTimeline.h"