Bug 71592 - sqrtDouble and andnotDouble should be declared noreturn
Summary: sqrtDouble and andnotDouble should be declared noreturn
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 16:11 PDT by Pratik Solanki
Modified: 2011-11-04 16:51 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2011-11-04 16:12 PDT, Pratik Solanki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2011-11-04 16:11:32 PDT
sqrtDouble and andnotDouble should be declared noreturn in debug builds since they just have ASSERT_NOT_REACHED() in them.
Comment 1 Pratik Solanki 2011-11-04 16:12:45 PDT
Created attachment 113726 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-04 16:51:41 PDT
Comment on attachment 113726 [details]
Patch

Clearing flags on attachment: 113726

Committed r99333: <http://trac.webkit.org/changeset/99333>
Comment 3 WebKit Review Bot 2011-11-04 16:51:44 PDT
All reviewed patches have been landed.  Closing bug.