tor-browser

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

commit 5b29dbb9e31ef1ae4adf67aa54b41ad304890850
parent 302dd7da9402fd5a2355679b8bb85653990ad46f
Author: Charlotte <69423184+tqpcharlie@users.noreply.github.com>
Date:   Tue,  6 Jan 2026 02:51:46 +0000

Bug 1774438 - Remove stray MozPluginParameter reference r=xpcom-reviewers,emilio

Straightforward removal, removes the only remaining reference to code outlined for removal in 1774438 that I could see

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

Diffstat:
Mxpcom/ds/nsTArray.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/xpcom/ds/nsTArray.h b/xpcom/ds/nsTArray.h @@ -76,7 +76,6 @@ namespace mozilla::dom { class ClonedMessageData; class MessageData; class MessagePortIdentifier; -struct MozPluginParameter; template <typename T> struct Nullable; class OwningFileOrDirectory;