Bug 75075 - Fix debug build with assertions disabled
Summary: Fix debug build with assertions disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Balazs Kelemen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-22 02:27 PST by Balazs Kelemen
Modified: 2012-01-02 01:23 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.23 KB, patch)
2011-12-22 02:33 PST, Balazs Kelemen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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