Bug 74006

Summary: ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebKit WebsiteAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.