WebKit Review Bot <webkit.r...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit-bot-watchers@googleg
| |roups.com,
| |webkit.r...@gmail.com
--- Comment #4 from WebKit Review Bot <webkit.r...@gmail.com> 2010-03-28 23:58:54 PST ---
Attachment 51861 did not pass style-queue:
Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebCore/svg/SVGAnimateElement.cpp:149: Tests for true/false, null/non-null,
and zero/non-zero should all be done without equality comparisons.
[readability/comparison_to_zero] [5]
Total errors found: 1 in 9 files
If any of these errors are false positives, please file a bug against
check-webkit-style.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #5 from Dirk Schulze <kr...@webkit.org> 2010-03-29 00:31:10 PST ---
(In reply to comment #4)
> Attachment 51861 [details] did not pass style-queue:
>
> Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
> WebCore/svg/SVGAnimateElement.cpp:149: Tests for true/false, null/non-null,
> and zero/non-zero should all be done without equality comparisons.
> [readability/comparison_to_zero] [5]
> Total errors found: 1 in 9 files
>
>
> If any of these errors are false positives, please file a bug against
> check-webkit-style.
The value can be negative, so ... == 0 check is ok here.
WebKit Review Bot <webkit.r...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dgla...@chromium.org
--- Comment #6 from WebKit Review Bot <webkit.r...@gmail.com> 2010-03-29 00:57:44 PST ---
Attachment 51861 did not build on chromium:
Build output: http://webkit-commit-queue.appspot.com/results/1611047
Dirk Schulze <kr...@webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #51861|0 |1
is obsolete| |
Attachment #51861|review? |
Flag| |
Attachment #51885| |review?
Flag| |
--- Comment #7 from Dirk Schulze <kr...@webkit.org> 2010-03-29 01:46:27 PST ---
Created an attachment (id=51885)
--> (https://bugs.webkit.org/attachment.cgi?id=51885)
Patch
with build-fix for chromium
--- Comment #8 from WebKit Review Bot <webkit.r...@gmail.com> 2010-03-29 01:51:32 PST ---
Attachment 51885 did not pass style-queue:
Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebCore/svg/SVGAnimateElement.cpp:149: Tests for true/false, null/non-null,
and zero/non-zero should all be done without equality comparisons.
[readability/comparison_to_zero] [5]
Total errors found: 1 in 11 files
If any of these errors are false positives, please file a bug against
check-webkit-style.
--