[Webkit-unassigned] [Bug 58725] Fix compilation on Solaris 10 with Sun Studio 12: ternary opertors must have matching types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 16 23:24:17 PDT 2011


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





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2011-04-16 23:24:17 PST ---
(From update of attachment 89918)
-    LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
+    LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>(0)); // Only loops have continue targets.

I don't see this change explained - types already match here.

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