RESOLVED FIXED74006
ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
https://bugs.webkit.org/show_bug.cgi?id=74006
Summary ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
Daniel Bates
Reported 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.
Attachments
Patch (1.62 KB, patch)
2011-12-07 09:53 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2011-12-07 09:53:23 PST
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2011-12-07 10:24:26 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.