[Webkit-unassigned] [Bug 25057] remove rangeCompliantEquivalent and replace it with Position methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 24 10:21:08 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=25057





--- Comment #12 from Eric Seidel <eric at webkit.org>  2010-12-24 10:21:07 PST ---
(From update of attachment 75931)
View in context: https://bugs.webkit.org/attachment.cgi?id=75931&action=review

> WebCore/dom/Position.cpp:151
> +Position Position::parentAnchoredEquivalent() const

When I started with Position re-writes of yore, Darin Adler raised the concern that every time we return a Posiion object we do a ref-thrash to the underlying node, since we don't have any PassPosition concept.  Obviously PassPosition is a separate patch, but you should be aware, there may be ref-thrash when returning Position objects.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list