Bug 204534 - Fix compile error in release mode
Summary: Fix compile error in release mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-22 13:52 PST by Per Arne Vollan
Modified: 2019-11-22 14:22 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.38 KB, patch)
2019-11-22 13:56 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>