Bug 187736 - CodeBlock::baselineVersion() should account for executables with purged codeBlocks.
Summary: CodeBlock::baselineVersion() should account for executables with purged codeB...
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: 2018-07-17 12:09 PDT by Mark Lam
Modified: 2018-07-17 13:20 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (2.63 KB, patch)
2018-07-17 12:15 PDT, Mark Lam
msaboff: review-
Details | Formatted Diff | Diff
proposed patch. (2.65 KB, patch)
2018-07-17 12:21 PDT, Mark Lam
msaboff: 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 2018-07-17 12:09:48 PDT
<rdar://problem/42114371>
Comment 1 Mark Lam 2018-07-17 12:15:30 PDT
Created attachment 345180 [details]
proposed patch.
Comment 2 Michael Saboff 2018-07-17 12:18:56 PDT
Comment on attachment 345180 [details]
proposed patch.

r=me
Comment 3 Michael Saboff 2018-07-17 12:19:47 PDT
Comment on attachment 345180 [details]
proposed patch.

Need to fix the EWS build failures.
Comment 4 Mark Lam 2018-07-17 12:21:12 PDT
Created attachment 345181 [details]
proposed patch.
Comment 5 Michael Saboff 2018-07-17 12:23:49 PDT
Comment on attachment 345181 [details]
proposed patch.

r=me
Comment 6 Mark Lam 2018-07-17 13:20:54 PDT
Thanks for the review.  Landed in r233893: <http://trac.webkit.org/r233893>.