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

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

  Log Message:
  -----------
  Avoid assignment in condition in RenderTable::offsetWidthForColumn
https://bugs.webkit.org/show_bug.cgi?id=316874
rdar://179297102

Reviewed by Simon Fraser.

Initialize hasColumnChildren directly and test it in the if, instead of
assigning inside the condition. No change in behavior.

* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::offsetWidthForColumn const):

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



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

Reply via email to