[Webkit-unassigned] [Bug 114148] [BlackBerry] WebPage: fix build due to type mismatches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 00:43:12 PDT 2013


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





--- Comment #5 from Alberto Garcia <agarcia at igalia.com>  2013-04-09 00:41:26 PST ---
(In reply to comment #2)
> (From update of attachment 196835 [details])
> What changed so that we need to do this?

This was upstreamed on year ago (r108718) and I'm not sure if it ever
compiled.

For example, you can't implicitly convert LayoutUnit in this case
because there are several candidates:

error: ambiguous overload for 'operator+=' in 'xOffset += renderBlock->WebCore::RenderBlock::<anonymous>.WebCore::RenderBox::x()'
note: candidates are:
note: operator+=(int&, int) <built-in>
note: operator+=(int&, unsigned int) <built-in>
note: operator+=(int&, float) <built-in>
note: operator+=(int&, double) <built-in>

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