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

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

  Log Message:
  -----------
  Use nullptr instead of 0/{} for pointers in RenderTable
https://bugs.webkit.org/show_bug.cgi?id=316872
rdar://179296416

Reviewed by Simon Fraser.

Make null pointers as nullptr: the m_currentBorder resets in paintObject()
and paintCollapsedBordersForRow(), and colElement()'s pointer arguments and
early return.

No change in behavior.

* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::paintObject):
(WebCore::RenderTable::paintCollapsedBordersForRow):
* Source/WebCore/rendering/RenderTable.h:
(WebCore::RenderTable::colElement const):

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



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

Reply via email to