[Webkit-unassigned] [Bug 100598] [EFL][AC] Fix bugs preventing us from running layout tests with AC turned on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 05:47:59 PDT 2012


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





--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com>  2012-10-29 05:49:14 PST ---
(From update of attachment 171211)
View in context: https://bugs.webkit.org/attachment.cgi?id=171211&action=review

> Tools/EWebLauncher/main.c:810
> +#ifdef WTF_USE_ACCELERATED_COMPOSITING && defined HAVE_ECORE_X

I feel this is more readable:
#if defined(WTF_USE_ACCELERATED_COMPOSITING) && defined(HAVE_ECORE_X)

It looks odd to mix #ifdef and defined. It also decreases readability to use "defined" without parenthesis.

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