[Webkit-unassigned] [Bug 214765] [WebGL2] expando-loss and expando-loss-2 conformance tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 18:02:39 PDT 2020


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

--- Comment #4 from Sam Weinig <sam at webkit.org> ---
Using Strong is usually not the right solution for GC problems. Rather, the bindings layer likely needs custom marking to inform the GC about the relationships. 

In most cases, this is done by using the JSCustomMarkFunction extended attribute in the IDL file, and then implementing a custom visitAdditionalChildren for the wrapper.

-- 
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/20200808/398edff1/attachment.htm>


More information about the webkit-unassigned mailing list