RESOLVED INVALID 190689
JSHTMLCollection needs isReachableFromOpaqueRoots override to keep themselves alive
https://bugs.webkit.org/show_bug.cgi?id=190689
Summary JSHTMLCollection needs isReachableFromOpaqueRoots override to keep themselves...
Ryosuke Niwa
Reported 2018-10-17 14:06:40 PDT
It's incorrect to let HTML collections be GC'ed while its element is alive. It also seems like both JSNodeList and JSHTMLCollection needs to have root(~) function point to the owner node's root.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-10-17 14:08:28 PDT
Ryosuke Niwa
Comment 2 2018-11-30 15:42:47 PST
Actually, JSHTMLCollection already implements isReachableFromOpaqueRoots, and makes it reachable from the element.
Note You need to log in before you can comment on or make changes to this bug.