Bug 204534

Summary: Fix compile error in release mode
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: JavaScriptCoreAssignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Per Arne Vollan 2019-11-22 13:52:39 PST
A compiler error is thrown in release mode when compiling FullBytecodeLiveness::getLiveness, since not all paths are returning a value.
Comment 1 Per Arne Vollan 2019-11-22 13:56:36 PST
Created attachment 384191 [details]
Patch
Comment 2 Per Arne Vollan 2019-11-22 14:04:01 PST
Thanks for reviewing!
Comment 3 WebKit Commit Bot 2019-11-22 14:21:13 PST
Comment on attachment 384191 [details]
Patch

Clearing flags on attachment: 384191

Committed r252801: <https://trac.webkit.org/changeset/252801>
Comment 4 WebKit Commit Bot 2019-11-22 14:21:15 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-11-22 14:22:21 PST
<rdar://problem/57440687>