[Webkit-unassigned] [Bug 91014] Static NodeList needs to to keep item wrappers alive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 11:50:31 PDT 2012


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





--- Comment #1 from Geoffrey Garen <ggaren at apple.com>  2012-07-16 11:50:30 PST ---
Does this problem only apply to StaticNodeList? What about StaticHashSetNodeList and DynamicNodeList?

In JSC, the way to fix this is to make the node list wrapper's visit function add its document to the opaque root set. This will require giving all NodeLists, and not just DynamicNodeLists, owner document pointers.

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