Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d4516a404df87b6d4b0370bf00cf7c0ea60cf321
      
https://github.com/WebKit/WebKit/commit/d4516a404df87b6d4b0370bf00cf7c0ea60cf321
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-06-29 (Mon, 29 Jun 2026)

  Changed paths:
    M Source/WebCore/rendering/RenderLayerScrollableArea.cpp

  Log Message:
  -----------
  Use SetForScope in RenderLayerScrollableArea::updateMarqueePosition()
https://bugs.webkit.org/show_bug.cgi?id=318092
rdar://180888279

Reviewed by Simon Fraser.

m_updatingMarqueePosition is a plain bool, not a bitfield, so the stale
FIXME claiming SetForScope<> can't be used no longer applies. Replace the
manual save/set/restore of the re-entrancy guard with a SetForScope, which
is RAII-safe and removes the misleading comment. No behavior change.

* Source/WebCore/rendering/RenderLayerScrollableArea.cpp:
(WebCore::RenderLayerScrollableArea::updateMarqueePosition):

Canonical link: https://commits.webkit.org/316047@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to