Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4698b07dd7719a05fa5b51f83473103df7314fd6
https://github.com/WebKit/WebKit/commit/4698b07dd7719a05fa5b51f83473103df7314fd6
Author: Alan Baradlay <[email protected]>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M Source/WebCore/rendering/LegacyInlineIteratorInlines.h
M Source/WebCore/rendering/RenderObject.h
M Source/WebCore/rendering/RenderText.h
M Source/WebCore/rendering/line/BreakingContext.h
Log Message:
-----------
[Cleanup] Remove 'length' function from RenderObject
https://bugs.webkit.org/show_bug.cgi?id=293870
Reviewed by Antti Koivisto.
It's either the length of the text content or 1 and only use by bidi resolving
(which is SVG only by now).
* Source/WebCore/rendering/LegacyInlineIteratorInlines.h:
(WebCore::InlineBidiResolver::appendRunInternal):
* Source/WebCore/rendering/RenderObject.h:
(WebCore::RenderObject::length const): Deleted.
* Source/WebCore/rendering/RenderText.h:
(WebCore::RenderText::length const):
* Source/WebCore/rendering/line/BreakingContext.h:
(WebCore::BreakingContext::handleEndOfLine):
Canonical link: https://commits.webkit.org/295681@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes