tor-browser

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

commit 101c9c53771bbfb63c316098a28a00b0dd6fc105
parent ff84b5499016ea42d9accb81270bb6f89ac18929
Author: Mike Hommey <mh+mozilla@glandium.org>
Date:   Wed,  3 Dec 2025 07:27:48 +0000

Bug 2003712 - Remove unnecessary virtual specifier in a final class. r=necko-reviewers,kershaw

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

Diffstat:
Mnetwerk/protocol/http/ParentChannelListener.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netwerk/protocol/http/ParentChannelListener.h b/netwerk/protocol/http/ParentChannelListener.h @@ -51,7 +51,7 @@ class ParentChannelListener final : public nsIInterfaceRequestor, } private: - virtual ~ParentChannelListener(); + ~ParentChannelListener(); // Can be the original HttpChannelParent that created this object (normal // case), a different {HTTP|FTP}ChannelParent that we've been redirected to,