[Webkit-unassigned] [Bug 57337] New: Fix compilation with Solaris 10/Sun Studio 12 CC : types must match on ?:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 07:17:34 PDT 2011


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

           Summary: Fix compilation with Solaris 10/Sun Studio 12 CC :
                    types must match on ?:
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bentaylor.solx86 at gmail.com


in Source/WebCore/dom/NodeRenderStyle.h, the construct in line 36

return m_renderer ? m_renderer->style() : nonRendererRenderStyle();

fails to compile on Solaris 10/Sun Studio 12 CC, with the error:

Error: Different types for "?:" (bool and WebCore::RenderStyle*).

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