Bug 33020

Summary: Allow call sites to determine if ASSERT_* and LOG_* macros are operational
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch none

Description Laszlo Gombos 2009-12-29 07:39:01 PST
These build time macros (e.g. like ASSERT_MSG_DISABLED or LOG_DISABLED) could be used to guard debugging/tracing helper functions - e.g. in situations like this one: http://trac.webkit.org/changeset/52621#file1.
Comment 1 Laszlo Gombos 2009-12-29 07:43:15 PST
Created attachment 45602 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-29 07:48:47 PST
style-queue ran check-webkit-style on attachment 45602 [details] without any errors.
Comment 3 Maciej Stachowiak 2010-01-07 02:31:18 PST
Comment on attachment 45602 [details]
proposed patch

r=me
Comment 4 WebKit Commit Bot 2010-01-07 22:54:33 PST
Comment on attachment 45602 [details]
proposed patch

Clearing flags on attachment: 45602

Committed r52973: <http://trac.webkit.org/changeset/52973>
Comment 5 WebKit Commit Bot 2010-01-07 22:54:39 PST
All reviewed patches have been landed.  Closing bug.