[Webkit-unassigned] [Bug 12170] RenderView holds dangling reference to RenderObjects as selection markers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 9 11:08:12 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12170
------- Comment #9 from occupant4 at gmail.com 2007-01-09 11:08 PDT -------
I think it's OK that the assertions fire, because that code (setSelection) gets
called from within RenderObject::destroy() (via RenderContainer::removeChild).
As part of the cleanup of the object, it clears the selection, which calls that
code. (Before this patch, setSelection wouldn't get called until after
destroy() was finished, which was definitely bad).
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list