Bug 204868 - Fix missing exception check in ArrayPrototype's fastJoin().
Summary: Fix missing exception check in ArrayPrototype's fastJoin().
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-12-04 18:28 PST by Mark Lam
Modified: 2019-12-04 19:20 PST (History)
6 users (show)

See Also:


Attachments
proposed patch. (2.43 KB, patch)
2019-12-04 18:32 PST, Mark Lam
saam: 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-12-04 18:28:44 PST
<rdar://problem/57516684>
Comment 1 Mark Lam 2019-12-04 18:32:10 PST
Created attachment 384870 [details]
proposed patch.
Comment 2 Mark Lam 2019-12-04 19:20:52 PST
Thanks for the review.  Landed in r253137: <http://trac.webkit.org/r253137>.