[Webkit-unassigned] [Bug 10878] Incorrect decompilation for "4..x"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 17:28:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=10878





------- Comment #3 from bdash at webkit.org  2007-05-09 17:28 PDT -------
(From update of attachment 14441)
In this middle of your patch you have the following, which looks unrelated and
incorrect:

-  for (int i = 0; i < elision; i++)
+  for (int i = 0; i = elision; i++)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list