tor-browser

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

commit 2fe796459c9ed28c5a83729fafaa50eb8f723c4b
parent 644f0db17749554fe23a45b43e77e61f42acdfd9
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Tue, 14 Oct 2025 07:08:27 +0000

Bug 1994000 - Remove unused inclusion of mozilla/Try.h r=emilio

Also add some missing header to mfbt/Try.h

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

Diffstat:
Mdom/base/nsFocusManager.cpp | 1-
Mmfbt/Try.h | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dom/base/nsFocusManager.cpp b/dom/base/nsFocusManager.cpp @@ -27,7 +27,6 @@ #include "mozilla/Services.h" #include "mozilla/StaticPrefs_accessibility.h" #include "mozilla/StaticPrefs_full_screen_api.h" -#include "mozilla/Try.h" #include "mozilla/Unused.h" #include "mozilla/dom/BrowserBridgeChild.h" #include "mozilla/dom/BrowserParent.h" diff --git a/mfbt/Try.h b/mfbt/Try.h @@ -7,6 +7,7 @@ #ifndef mozilla_Try_h #define mozilla_Try_h +#include "mozilla/Likely.h" #include "mozilla/Result.h" /**