Bug 203188

Summary: Remove all uses of untagCodePtr in debugging code.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, dbates, ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch.
none
proposed patch. ysuzuki: review+

Description Mark Lam 2019-10-20 23:45:19 PDT
We want the ability to always assert on failure to authenticate in untagCodePtr.
Comment 1 Radar WebKit Bug Importer 2019-10-20 23:45:46 PDT
<rdar://problem/56453043>
Comment 2 Mark Lam 2019-10-20 23:56:17 PDT
Created attachment 381404 [details]
proposed patch.
Comment 3 Mark Lam 2019-10-20 23:59:15 PDT
Created attachment 381405 [details]
proposed patch.
Comment 4 Yusuke Suzuki 2019-10-21 12:09:31 PDT
Comment on attachment 381405 [details]
proposed patch.

r=me
Comment 5 Mark Lam 2019-10-21 12:17:09 PDT
Thanks for the review.  Landed in r251372: <http://trac.webkit.org/r251372>.