tor-browser

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

commit dc134ccc37bdfcf8c7cf63f291ff480c4e36021a
parent 2a71866544bb59103d612bec9597775d8b749219
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Tue, 14 Oct 2025 13:09:41 +0000

Bug 1993977 - Remove unused inclusion of mozilla/StringBuffer.h r=emilio

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

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

diff --git a/dom/bindings/ToJSValue.cpp b/dom/bindings/ToJSValue.cpp @@ -6,7 +6,6 @@ #include "mozilla/dom/ToJSValue.h" -#include "mozilla/StringBuffer.h" #include "mozilla/dom/DOMException.h" #include "mozilla/dom/Exceptions.h" #include "mozilla/dom/Promise.h"