Bug 171716

Summary: DRT's setAudioResultCallback() and IDBRequest::setResult() need to acquire the JSLock.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, beidson, buildbot, jsbell, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. saam: review+

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.