From 706505cc5086bfafe4d7b7e4b2c9e5117439d5e3 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Fri, 28 Nov 2025 12:36:40 +0100 Subject: [PATCH] chore: Fix patch corruption for FF 147 Windows border fix, b=no-bug, c=no-component --- src/firefox-patches/147_windows_border_fix_2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firefox-patches/147_windows_border_fix_2.patch b/src/firefox-patches/147_windows_border_fix_2.patch index ada457907..1556c30a6 100644 --- a/src/firefox-patches/147_windows_border_fix_2.patch +++ b/src/firefox-patches/147_windows_border_fix_2.patch @@ -26,7 +26,7 @@ index b357df236cfc..19f5980a106f 100644 mCachedHitTestTime(TimeStamp::Now()), @@ -1028,7 +1027,6 @@ nsresult nsWindow::Create(nsIWidget* aParent, const LayoutDeviceIntRect& aRect, aParent ? (HWND)aParent->GetNativeData(NS_NATIVE_WINDOW) : nullptr; - + mIsRTL = aInitData->mRTL; - mPIPWindow = aInitData->mPIPWindow; mOpeningAnimationSuppressed = aInitData->mIsAnimationSuppressed;