[Webkit-unassigned] [Bug 134246] REGRESSION(r170235): Remove incorrect ifdef guard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 24 03:23:24 PDT 2014


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


Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org>  2014-06-24 03:23:44 PST ---
(In reply to comment #1)
> Created an attachment (id=233692)
 --> (https://bugs.webkit.org/attachment.cgi?id=233692&action=review) [details]
> Patch

https://bugs.webkit.org/show_bug.cgi?id=133844#c4
> -#if ENABLE(PAGE_VISIBILITY_API) || ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)
> +#if ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)

I agree, this guard is really unnecessary, "true || FOO" is always true.

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