[Webkit-unassigned] [Bug 201170] New: [WebCore] DataCue should use JSValueInWrappedObject instead of using gcProtect / gcUnprotect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 20:13:17 PDT 2019


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

            Bug ID: 201170
           Summary: [WebCore] DataCue should use JSValueInWrappedObject
                    instead of using gcProtect / gcUnprotect
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com

JSC::gcProtect / gcUnprotect are APIs designed for JavaScriptCore.framework. It has JSLocker check and the crash in DataCue is happening now.
We should use JSValueInWrappedObject instead.

-- 
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/c82f29d4/attachment-0001.html>


More information about the webkit-unassigned mailing list