commit af6e1653aa888edf291e78148f9085a81ff86307
parent afbde9b7af8bdfbe8e0bda8c43170190310105f8
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Sat, 6 Dec 2025 20:51:28 +0000
Bug 2004489 - Remove noisy warning. r=TYLin
Differential Revision: https://phabricator.services.mozilla.com/D275354
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layout/base/PresShell.cpp b/layout/base/PresShell.cpp
@@ -12545,7 +12545,7 @@ void PresShell::PaintSynchronously() {
return;
}
RefPtr widget = GetOwnWidget();
- if (NS_WARN_IF(!widget)) {
+ if (!widget) {
// We were asked to paint a non-root pres shell, or an already-detached
// shell.
return;