[Webkit-unassigned] [Bug 32821] types must match on ?: in css/CSSComputedStyleDeclaration.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 07:36:14 PST 2011


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


Ben Taylor <bentaylor.solx86 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45325|0                           |1
        is obsolete|                            |




--- Comment #3 from Ben Taylor <bentaylor.solx86 at gmail.com>  2011-03-11 07:36:14 PST ---
Created an attachment (id=85472)
 --> (https://bugs.webkit.org/attachment.cgi?id=85472&action=review)
Updated version of the patch to more correctly represent a "0" (as previously used in the conditional) to a type acceptable by the SS12 compiler

This is an updated patch that fixes a webkit component to compile on Solaris 10 with the SunStudio12 compiler.

Simply, a 0 (int) causes a problem for strongly typed SunStudio 12 C++ and this patch uses a more normalized form of an "empty" pointer so that the compilation will continue.

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