Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ed0eead7f4a9464d417d85f430dfc0f2f99715bb
      
https://github.com/WebKit/WebKit/commit/ed0eead7f4a9464d417d85f430dfc0f2f99715bb
  Author: Vitor Roriz <[email protected]>
  Date:   2026-03-07 (Sat, 07 Mar 2026)

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

  Log Message:
  -----------
  Remove TextPainter::m_writingMode: it is initialized but never read
https://bugs.webkit.org/show_bug.cgi?id=309427
rdar://problem/171995038

Reviewed by Alan Baradlay.

m_writingMode is initialized in the constructor but never read.
The writing mode is already accessible via m_renderStyle when needed.

* Source/WebCore/rendering/TextPainter.cpp:
(WebCore::TextPainter::TextPainter):
* Source/WebCore/rendering/TextPainter.h:

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



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

Reply via email to