From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- image/imgRequest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/imgRequest.h') diff --git a/image/imgRequest.h b/image/imgRequest.h index b948869ae8..a28227f9c0 100644 --- a/image/imgRequest.h +++ b/image/imgRequest.h @@ -283,6 +283,8 @@ class imgRequest final : public nsIThreadRetargetableStreamListener, bool mIsCrossSiteNoCORSRequest; bool mShouldReportRenderTimeForLCP; + // SVGs can't be OffMainThread for example + bool mOffMainThreadData = false; mutable mozilla::Mutex mMutex; -- cgit v1.2.3