[Webkit-unassigned] [Bug 46316] patch for FreeBSD support with Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 16:06:10 PDT 2010


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68464|                            |review+
               Flag|                            |




--- Comment #4 from Tony Chang <tony at chromium.org>  2010-09-22 16:06:10 PST ---
(From update of attachment 68464)
View in context: https://bugs.webkit.org/attachment.cgi?id=68464&action=review

> platform/Scrollbar.cpp:43
> -#if PLATFORM(CHROMIUM) && OS(LINUX) || PLATFORM(GTK)
> +#if PLATFORM(CHROMIUM) && (OS(LINUX) || OS(FREEBSD)) || PLATFORM(GTK)

Nit: Can you add () around (PLATFORM(CHROMIUM) && (OS(LINUX) || OS(FREEBSD))) so the order is clear?

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