Bug 204002 - Remove invalid assertion in DFG's compileNewArray().
Summary: Remove invalid assertion in DFG's compileNewArray().
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: 2019-11-08 09:17 PST by Mark Lam
Modified: 2019-11-08 11:39 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (2.51 KB, patch)
2019-11-08 11:15 PST, Mark Lam
rmorisset: 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 2019-11-08 09:17:51 PST
<rdar://problem/56973531>
Comment 1 Mark Lam 2019-11-08 11:15:43 PST
Created attachment 383146 [details]
proposed patch.
Comment 2 Robin Morisset 2019-11-08 11:17:49 PST
Comment on attachment 383146 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2019-11-08 11:38:40 PST
Thanks for the review.  Landed in r252247: <http://trac.webkit.org/r252247>.