Bug 107725 - Add RELEASE_ASSERT (and a few friends)
Summary: Add RELEASE_ASSERT (and a few friends)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 13:08 PST by Oliver Hunt
Modified: 2013-01-23 13:16 PST (History)
0 users

See Also:


Attachments
Patch (1.53 KB, patch)
2013-01-23 13:09 PST, Oliver Hunt
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-01-23 13:08:45 PST
Add RELEASE_ASSERT (and a few friends)
Comment 1 Oliver Hunt 2013-01-23 13:09:36 PST
Created attachment 184292 [details]
Patch
Comment 2 Filip Pizlo 2013-01-23 13:11:55 PST
Comment on attachment 184292 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=184292&action=review

> Source/WTF/wtf/Assertions.h:393
> +#ifndef NDEBUG

Use ASSERT_DISABLED instead.
Comment 3 Oliver Hunt 2013-01-23 13:16:51 PST
Committed r140577: <http://trac.webkit.org/changeset/140577>