WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-10-17 14:08:28 PDT
<
rdar://problem/45350273
>
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.
Top of Page
Format For Printing
XML
Clone This Bug