tor-browser

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

commit fa4f5d7269ff10842981cf5a45434338ff18dd3d
parent 330f81172340b3a484f98fd9969ab3e1ad080e22
Author: Lando <lando@lando.test>
Date:   Thu, 27 Nov 2025 19:39:34 +0000

Bug 2002020: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mdom/base/Document.cpp | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dom/base/Document.cpp b/dom/base/Document.cpp @@ -6185,7 +6185,8 @@ bool Document::QueryCommandState(const nsAString& aHTMLCommandName, } bool Document::QueryCommandSupported(const nsAString& aHTMLCommandName, - nsIPrincipal& aSubjectPrincipal, ErrorResult& aRv) { + nsIPrincipal& aSubjectPrincipal, + ErrorResult& aRv) { // Only allow on HTML documents. if (!IsHTMLOrXHTML()) { aRv.ThrowInvalidStateError(