Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e870848fdbe9b14d96d368a0652a49b99788e401
      
https://github.com/WebKit/WebKit/commit/e870848fdbe9b14d96d368a0652a49b99788e401
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-09-12 (Sat, 12 Sep 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/displaylists/DisplayListItems.cpp

  Log Message:
  -----------
  DrawLinesForText::dump() prints "double" twice and never dumps the stroke 
style
https://bugs.webkit.org/show_bug.cgi?id=324065
rdar://187297647

Reviewed by Charlie Wolfe.

DrawLinesForText::dump() dumped the "double" property twice (a copy-paste
duplicate) and never dumped m_style, so the stroke style was missing from
display-list dumps.

Replace the duplicate "double" line with a dump of the stroke style.

* Source/WebCore/platform/graphics/displaylists/DisplayListItems.cpp:
(WebCore::DisplayList::DrawLinesForText::dump const):

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



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

Reply via email to