tor-browser

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

commit 88c252a126c1e1f93d52e812c41431b51d8b3ca1
parent 2507c0ddee0e5d83a7cdf65948459b3a352da14e
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Wed, 15 Oct 2025 05:39:44 +0000

Bug 1994278 - Cleanup mozilla/TypedEnumBits.h useless inclusion r=emilio

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

Diffstat:
Mdom/base/Document.cpp | 1-
Mdom/base/Element.cpp | 1-
Mdom/base/nsFrameMessageManager.cpp | 1-
3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dom/base/Document.cpp b/dom/base/Document.cpp @@ -131,7 +131,6 @@ #include "mozilla/TelemetryScalarEnums.h" #include "mozilla/TextControlElement.h" #include "mozilla/TextEditor.h" -#include "mozilla/TypedEnumBits.h" #include "mozilla/URLDecorationStripper.h" #include "mozilla/URLExtraData.h" #include "mozilla/Unused.h" diff --git a/dom/base/Element.cpp b/dom/base/Element.cpp @@ -69,7 +69,6 @@ #include "mozilla/TextEditor.h" #include "mozilla/TextEvents.h" #include "mozilla/Try.h" -#include "mozilla/TypedEnumBits.h" #include "mozilla/Unused.h" #include "mozilla/dom/AnimatableBinding.h" #include "mozilla/dom/Animation.h" diff --git a/dom/base/nsFrameMessageManager.cpp b/dom/base/nsFrameMessageManager.cpp @@ -44,7 +44,6 @@ #include "mozilla/Services.h" #include "mozilla/StaticPtr.h" #include "mozilla/TimeStamp.h" -#include "mozilla/TypedEnumBits.h" #include "mozilla/UniquePtr.h" #include "mozilla/Unused.h" #include "mozilla/dom/AutoEntryScript.h"