Bug 75075

Summary: Fix debug build with assertions disabled
Product: WebKit Reporter: Balazs Kelemen <kbalazs>
Component: Tools / TestsAssignee: Balazs Kelemen <kbalazs>
Status: RESOLVED FIXED    
Severity: Normal CC: japhet, webkit.review.bot
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Balazs Kelemen 2011-12-22 02:27:37 PST
An ASSERT_DISABLED=1 debug build can be useful if you have an assert but you want to debug another issue, or you are interested weather the behaviour is rigth even if the assert fails. So, let's fix the build with in this configuration.
Comment 1 Balazs Kelemen 2011-12-22 02:33:04 PST
Created attachment 120292 [details]
Patch
Comment 2 Balazs Kelemen 2012-01-02 01:23:37 PST
Comment on attachment 120292 [details]
Patch

Landed in r103570