Whenever we use BaselineContext for baseline alignment, it is continually modifying its state by inserting items into the appropriate baseline sharing groups. We should remove the "context," portion of this name and rename it to something a bit more appropriate that makes it obvious it is there to help manage the baseline sharing groups in different formatting contexts.
<rdar://problem/109742609>
Also, a baseline alignment context is something that is part of a specific formatting context. For example, in flex layout the baseline alignment contexts are the flex lines. Based off of that I don't think it's appropriate for a formatting context to "create" an object called BaselineContext
Pull request: https://github.com/WebKit/WebKit/pull/14271
Committed 264484@main (48c6a9eda4fd): <https://commits.webkit.org/264484@main> Reviewed commits have been landed. Closing PR #14271 and removing active labels.