[Webkit-unassigned] [Bug 27529] run-webkit-lint checks code which are not changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 23:24:31 PDT 2009


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


David Levin <levin at chromium.org> changed:

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




--- Comment #2 from David Levin <levin at chromium.org>  2009-07-21 23:24:30 PDT ---
(From update of attachment 33242)

>                  if not line_numbers:
>                      for line in diff.lines:
> -                        line_numbers.add(line[1])
> +                        # When deleted line is not set, it means that
> +                        # the line is newly added.

There is no need to wrap this comment.

> +                        if not line[0]:
> +                            line_numbers.add(line[1])
Of course...nice fix.

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