[Webkit-unassigned] [Bug 39194] RTL fixes for multicol layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 16 20:15:15 PDT 2010


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56207|review?                     |review+
               Flag|                            |




--- Comment #3 from mitz at webkit.org  2010-05-16 20:15:15 PST ---
(From update of attachment 56207)

> +    if (colCount == 0)
> +        return;

Should be if (!colCount)

> +    if (colCount == 0)
> +        return false;

Should be if (!colCount)

> +    if (colCount == 0)
> +        return;

Ditto.

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