[Webkit-unassigned] [Bug 36527] New: Need an ASSERT that's enabled in release builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 05:55:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36527

           Summary: Need an ASSERT that's enabled in release builds
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: playmobil at google.com


The current ASSERT() macro is disabled in release builds, call sites that would
otherwise call it make direct use of the CRASH() macro.

It would be nice to have a version of ASSERT() that does work in release builds
to use instead of making calls to CRASH() - FATAL_ASSERT() ?

In Chromium we have CHECK & DCHECK macros for this purpose.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list