Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 13c873f1f7355d829c378a9e05b16367d818551e
      
https://github.com/WebKit/WebKit/commit/13c873f1f7355d829c378a9e05b16367d818551e
  Author: Alan Baradlay <[email protected]>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp

  Log Message:
  -----------
  [Cleanup] generatesLineBoxesForInlineChild is essentially isEmptyInline 
outside of layout
https://bugs.webkit.org/show_bug.cgi?id=294026

Reviewed by Antti Koivisto.

Replace generatesLineBoxesForInlineChild with isEmptyInline (calling 
generatesLineBoxesForInlineChild outside of layout may produce unexpected 
result do to
the lack of first-line info)

* Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp:
(WebCore::parentCandidateForMarker):
(WebCore::generatesLineBoxesForInlineChild): Deleted.

Canonical link: https://commits.webkit.org/295831@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

Reply via email to