Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1ce270c76755904d9573b6c8e1130a69135fbb50
https://github.com/WebKit/WebKit/commit/1ce270c76755904d9573b6c8e1130a69135fbb50
Author: Alan Baradlay <[email protected]>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M Source/WebCore/accessibility/AccessibilityRenderObject.cpp
M Source/WebCore/rendering/RenderBlockFlow.cpp
M Source/WebCore/rendering/RenderBlockFlow.h
M Source/WebCore/rendering/svg/RenderSVGText.cpp
Log Message:
-----------
[blocks-in-inline] Remove redundant RenderBlockFlow::hasLines
https://bugs.webkit.org/show_bug.cgi?id=303651
Reviewed by Antti Koivisto.
(The 2 remaining call sites may not even need the SVG check).
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::computeIsIgnored const):
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::inlineSelectionGaps):
(WebCore::RenderBlockFlow::hasContentfulInlineOrBlockLine const):
(WebCore::RenderBlockFlow::hasLines const): Deleted.
* Source/WebCore/rendering/RenderBlockFlow.h:
* Source/WebCore/rendering/svg/RenderSVGText.cpp:
(WebCore::RenderSVGText::computePerCharacterLayoutInformation):
Canonical link: https://commits.webkit.org/304094@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications