Bug 206981 - Fix bad assertion in InternalFunctionAllocationProfile::createAllocationStructureFromBase().
Summary: Fix bad assertion in InternalFunctionAllocationProfile::createAllocationStruc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-29 19:08 PST by Mark Lam
Modified: 2020-01-29 21:52 PST (History)
6 users (show)

See Also:


Attachments
proposed patch. (3.86 KB, patch)
2020-01-29 19:15 PST, Mark Lam
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2020-01-29 19:08:32 PST
<rdar://problem/58985736>
Comment 1 Mark Lam 2020-01-29 19:15:47 PST
Created attachment 389219 [details]
proposed patch.
Comment 2 Keith Miller 2020-01-29 19:18:08 PST
Comment on attachment 389219 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2020-01-29 21:52:38 PST
Thanks for the review.  Landed in r255416: <http://trac.webkit.org/r255416>.