tor-browser

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

commit d4a7b148e861dd09d1192d2793bdee11f52be0ce
parent a3b31c015d6d9f3565aa7b1804ce28719a6e4a6e
Author: Edgar Chen <echen@mozilla.com>
Date:   Tue, 18 Nov 2025 10:00:51 +0000

Bug 2000700 - Remove unused nsINodePtr type; r=hsivonen

This is left over from bug 1455676.

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

Diffstat:
Mdom/serializers/nsIDocumentEncoder.idl | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/dom/serializers/nsIDocumentEncoder.idl b/dom/serializers/nsIDocumentEncoder.idl @@ -12,12 +12,6 @@ webidl Node; webidl Range; webidl Selection; -%{ C++ -class nsINode; - -%} -[ptr] native nsINodePtr(nsINode); - [scriptable, uuid(3d9371d8-a2ad-403e-8b0e-8885ad3562e3)] interface nsIDocumentEncoderNodeFixup : nsISupports {