tor-browser

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

commit 792ad6eb0d4f5b189835126ed3e5de0c55f63218
parent 11c063d437c76ee52f50dc015583fc501d8c0240
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Tue, 14 Oct 2025 13:10:23 +0000

Bug 1993970 - Remove unused inclusion of mozilla/Result.h and mozilla/ResultVariant.h r=emilio

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

Diffstat:
Mdom/base/TextDirectiveFinder.cpp | 1-
Mdom/bindings/TypedArray.h | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dom/base/TextDirectiveFinder.cpp b/dom/base/TextDirectiveFinder.cpp @@ -9,7 +9,6 @@ #include "TextDirectiveUtil.h" #include "fragmentdirectives_ffi_generated.h" #include "mozilla/CycleCollectedUniquePtr.h" -#include "mozilla/ResultVariant.h" #include "mozilla/glean/DomMetrics.h" #include "nsFind.h" #include "nsRange.h" diff --git a/dom/bindings/TypedArray.h b/dom/bindings/TypedArray.h @@ -23,7 +23,6 @@ #include "mozilla/Attributes.h" #include "mozilla/Buffer.h" #include "mozilla/ErrorResult.h" -#include "mozilla/Result.h" #include "mozilla/Vector.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/ScriptSettings.h"