[Webkit-unassigned] [Bug 30168] REGRESSION (r49213): http/tests/plugins/local-geturl-from-remote.html is failing on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 21:23:43 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2009-10-07 21:23:43 PDT ---
> How did the old code even compile?

It's operator comma, which is often used in for loops, but is universally
available in fact:

for (i =0, j = 0; i != 1; i++, j++) {...}

The value of such an expression is the value of the last sub-expression. Unless
I'm hallucinating, the ChangeLog comment here got it wrong (the condition was
always false, not always true).

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