tor-browser

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

commit 096c74d44542137279fcdf59dd6405ef338aef15
parent adcc6e3867307f0d5e9cdc201766aa30e23bf8cd
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Thu, 16 Oct 2025 20:13:24 +0000

Bug 1994628 - Remove unused inclusion of mozilla/WeakPtr.h r=emilio

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

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

diff --git a/dom/bindings/IterableIterator.h b/dom/bindings/IterableIterator.h @@ -31,7 +31,6 @@ #include "js/TypeDecls.h" #include "js/Value.h" #include "mozilla/AlreadyAddRefed.h" -#include "mozilla/WeakPtr.h" #include "mozilla/dom/IterableIteratorBinding.h" #include "mozilla/dom/Promise.h" #include "mozilla/dom/RootedDictionary.h"