[Webkit-unassigned] [Bug 32821] New: types must match on ?: in css/CSSComputedStyleDeclaration.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 21 04:41:03 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32821
Summary: types must match on ?: in
css/CSSComputedStyleDeclaration.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bentaylor.solx86 at gmail.com
Created an attachment (id=45325)
--> (https://bugs.webkit.org/attachment.cgi?id=45325)
Patch to fix the problem with the conflicting types.
compiling qt-4.6.0 with webkit on Solaris 10 with Studio 12, I see the
following error:
"css/CSSComputedStyleDeclaration.cpp", line 570: Error: Ambiguous
"?:"expression, second operand of type "int" and third operand of type
"WTF::PassRefPtr<WebCore::CSSPrimitiveValue>" can be converted to one another.
"css/CSSComputedStyleDeclaration.cpp", line 571: Error: Ambiguous
"?:"expression, second operand of type "int" and third operand of type
"WTF::PassRefPtr<WebCore::CSSPrimitiveValue>" can be converted to one another.
I've submitted a patch which has passed compilation.
--
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