[Webkit-unassigned] [Bug 69266] REGRESSION (r84225): Virtual function called from Node::parentNode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 17:10:45 PDT 2011


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





--- Comment #7 from Roland Steiner <rolandsteiner at chromium.org>  2011-10-03 17:10:44 PST ---
I think that sums it up pretty nicely. One other approach we were discussing is to set the parent pointer to NULL, the host node holding an explicit ref on the (SVG) shadow root instead, and having a separate host element pointer on the (SVG) shadow root.

However, until we add ShadowRoot to SVG, this merely pushes the virtual function call from parentNode() to parentOrHostNode().

-- 
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