Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9a4725274a21f7abe3377121e66adde1f8017203
https://github.com/WebKit/WebKit/commit/9a4725274a21f7abe3377121e66adde1f8017203
Author: Chris Dumez <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M Source/WebCore/dom/ViewTransition.h
Log Message:
-----------
ViewTransition::m_initialPageZoom may be used uninitialized
https://bugs.webkit.org/show_bug.cgi?id=317832
Reviewed by Darin Adler.
ViewTransition::m_initialPageZoom had no inline initializer and was not
initialized in the class constructor. It is initialized in some places
but only when certain conditions are true, this is fragile. Let's
initialize this data member unconditionally to be safe.
* Source/WebCore/dom/ViewTransition.h:
Canonical link: https://commits.webkit.org/315820@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications