Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e0d0f95467fd8a6cb3d07ce38c7909e409dba833
https://github.com/WebKit/WebKit/commit/e0d0f95467fd8a6cb3d07ce38c7909e409dba833
Author: Chris Dumez <[email protected]>
Date: 2026-03-14 (Sat, 14 Mar 2026)
Changed paths:
M Source/WebCore/page/ResizeObserver.h
Log Message:
-----------
Mark ResizeObserver::m_JSOrNativeCallback as const
https://bugs.webkit.org/show_bug.cgi?id=309954
Reviewed by Ryosuke Niwa and Anne van Kesteren.
The logic in JSResizeObserver::visitAdditionalChildrenInGCThread() would
not be safe if m_JSOrNativeCallback was ever modified.
* Source/WebCore/page/ResizeObserver.h:
Canonical link: https://commits.webkit.org/309280@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications