[Webkit-unassigned] [Bug 33733] ValidityState object should be the same on each access (JS object getting GC'd incorrectly)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 10 20:48:25 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=33733
--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org> ---
More precisely, add the following extended attributes to IDL:
GenerateIsReachable=ImplOwnerNodeRoot,
GenerateAddOpaqueRoot=opaqueRootConcurrently
And then expose two member functions:
void* opaqueRootConcurrently() const;
Node* ownerNode() const;
both of which simply returns asHTMLElement().
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220611/fff27a0d/attachment-0001.htm>
More information about the webkit-unassigned
mailing list