[Webkit-unassigned] [Bug 201173] DataCue's JSValue should be JSValueInWrappedObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 27 11:57:34 PDT 2019


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

--- Comment #3 from Yusuke Suzuki <ysuzuki at apple.com> ---
(In reply to Alexey Proskuryakov from comment #1)
> Yusuke, is this the same as bug 201170?

DataCue had two problems originally.

1. DataCue was using gcProtect / gcUnprotect, this is wrong
2. DataCue is strongly holding JSValue, which can cause leak if cyclic reference happens.

In that issue, I fixed (1), but left (2). This issue is fixing (2).

-- 
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/20190827/8066a895/attachment.html>


More information about the webkit-unassigned mailing list