tor-browser

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

commit 4e7ded733fcb79ee19003cf817d98c8001959142
parent 8bd614f7628813887031d3ed689bdefcc35d0f5c
Author: Lando <lando@lando.test>
Date:   Wed, 12 Nov 2025 18:37:14 +0000

Bug 1999623, 1999627: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mdom/base/nsGlobalWindowOuter.cpp | 2+-
Mlayout/base/PresShell.cpp | 3+--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dom/base/nsGlobalWindowOuter.cpp b/dom/base/nsGlobalWindowOuter.cpp @@ -10,8 +10,8 @@ #include "mozilla/Assertions.h" #include "mozilla/ScopeExit.h" -#include "nsGlobalWindowInner.h" #include "nsDeviceContext.h" +#include "nsGlobalWindowInner.h" // Local Includes #include "Navigator.h" diff --git a/layout/base/PresShell.cpp b/layout/base/PresShell.cpp @@ -5960,8 +5960,7 @@ void PresShell::ProcessSynthMouseOrPointerMoveEvent( if (rootView->GetFrame()) { popupFrame = FindPopupFrame(mPresContext, rootView->GetWidget(), LayoutDeviceIntPoint::FromAppUnitsToNearest( - aPointerInfo.mLastRefPointInRootDoc, - APD)); + aPointerInfo.mLastRefPointInRootDoc, APD)); if (popupFrame) { pointShell = popupFrame->PresShell(); widget = popupFrame->GetWidget();