Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 98bcd593fdaa08079c746e6f1f07e09ac3365f01
      
https://github.com/WebKit/WebKit/commit/98bcd593fdaa08079c746e6f1f07e09ac3365f01
  Author: kate <k...@wkdev.kate-ThinkStation-P620>
  Date:   2025-08-19 (Tue, 19 Aug 2025)

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

  Log Message:
  -----------
  Use CheckedPtr for complex lifetime objects in RenderBox.cpp
https://bugs.webkit.org/show_bug.cgi?id=297189

Reviewed by Lily Spiniolas.

This patch updates auto* declarations for objects with complex lifetimes (such 
as ScrollableArea) to CheckedPtr to improve debugging safety while maintaining 
rendering performance.

Raw pointers are kept unchanged for DOM/tree navigation results where lifetime 
is well-defined and performance is critical.

No functional behavior changes are introduced.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to