Bug 253521

Summary: Use more efficient treeOrder<>() in compareDeclarativeAnimationOwningElementPositionsInDocumentTreeOrder()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-03-07 10:11:04 PST
Use more efficient treeOrder<>() in compareDeclarativeAnimationOwningElementPositionsInDocumentTreeOrder() instead of Node::compareDocumentPosition(), which is meant to be used by JavaScript and has additional cruft.
Comment 1 Chris Dumez 2023-03-07 10:12:39 PST
Pull request: https://github.com/WebKit/WebKit/pull/11181
Comment 2 EWS 2023-03-07 22:15:06 PST
Committed 261359@main (9556da2412e5): <https://commits.webkit.org/261359@main>

Reviewed commits have been landed. Closing PR #11181 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-07 22:16:16 PST
<rdar://problem/106406779>