[Webkit-unassigned] [Bug 119312] New: Replace numerous manual CRASH's in WebCore with RELEASE_ASSERT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 21:08:42 PDT 2013


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

           Summary: Replace numerous manual CRASH's in WebCore with
                    RELEASE_ASSERT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


Manual change from if (foo) CRASH(); to RELEASE_ASSERT(!foo); or if (!foo) CRASH(); to RELEASE_ASSERT(foo);

-- 
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