On Wed, May 27, 2009 at 11:42 AM, Darin Fisher <da...@chromium.org> wrote:

> Also, the statement that we should always recover from a failed DCHECK
> seems very wrong to me.
>

I agree, we should almost never recover from a DCHECK.  90+% of the time,
DCHECK is better than "if (condition) { NOTREACHED(); try_to_continue; }"

PK

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to