RESOLVED FIXED 171716
DRT's setAudioResultCallback() and IDBRequest::setResult() need to acquire the JSLock.
https://bugs.webkit.org/show_bug.cgi?id=171716
Summary DRT's setAudioResultCallback() and IDBRequest::setResult() need to acquire th...
Mark Lam
Reported 2017-05-04 23:39:16 PDT
These functions may do JS allocation. Hence, they need to acquire the JSLock first. <rdar://problem/30878027>
Attachments
proposed patch. (6.19 KB, patch)
2017-05-05 00:03 PDT, Mark Lam
saam: review+
Mark Lam
Comment 1 2017-05-05 00:03:50 PDT
Created attachment 309148 [details] proposed patch.
Mark Lam
Comment 2 2017-05-05 09:15:37 PDT
Thanks for the review. Landed in r216246: <http://trac.webkit.org/r216246>.
Note You need to log in before you can comment on or make changes to this bug.