Currently CSSTransition::create() takes a RenderStyle* for the oldStyle parameter, but it makes no sense since a transition necessarily operates on an underlying style. This should be a RenderStyle&.
Pull request: https://github.com/WebKit/WebKit/pull/4344
Committed 254510@main (e65b4584d9c6): <https://commits.webkit.org/254510@main> Reviewed commits have been landed. Closing PR #4344 and removing active labels.
<rdar://problem/99959496>