Bug 74006 - ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
Summary: ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 09:45 PST by Daniel Bates
Modified: 2011-12-07 10:24 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2011-12-07 09:53 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-12-07 09:45:38 PST
As far as I can tell from looking through history and searching my source tree we've never had a macro called ASSERT_UNREACHED(). Instead, we have ASSERT_NOT_REACHED(). We should update assertion-guidelines.html to reflect this.
Comment 1 Daniel Bates 2011-12-07 09:53:23 PST
Created attachment 118223 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-07 10:24:22 PST
Comment on attachment 118223 [details]
Patch

Clearing flags on attachment: 118223

Committed r102248: <http://trac.webkit.org/changeset/102248>
Comment 3 WebKit Review Bot 2011-12-07 10:24:26 PST
All reviewed patches have been landed.  Closing bug.