[Webkit-unassigned] [Bug 27154] useless null-check statement in visible_units.cpp at logicalStartOfLine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 18:47:27 PDT 2009


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





--- Comment #2 from Justin Garcia <justin.garcia at apple.com>  2009-07-13 18:47:26 PDT ---
>    if (visPos.isNull())
>        return c.honorEditableBoundaryAtOrAfter(visPos);
> 
>    return c.honorEditableBoundaryAtOrAfter(visPos);

Hmm strange.  Does logicalEndOfLine have this problem as well?

Justin

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