[Webkit-unassigned] [Bug 10880] Do..while loop gains a semicolon each time it is toStringed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 11:20:05 PDT 2007


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


kimmok at iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14416|                            |review?
               Flag|                            |




------- Comment #2 from kimmok at iki.fi  2007-05-08 11:20 PDT -------
Created an attachment (id=14416)
 --> (http://bugs.webkit.org/attachment.cgi?id=14416&action=view)
Avoid new semicolon when toString()ing function which has do..while

EmptyStatement got created after every do..while();, because ';' was not
consumed as part of the do..while.


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