[webkit-reviews] review requested: [Bug 10880] Do..while loop gains a semicolon each time it is toStringed : [Attachment 14416] Avoid new semicolon when toString()ing function which has do..while

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


Kimmo Kinnunen <kimmok at iki.fi> has asked  for review:
Bug 10880: Do..while loop gains a semicolon each time it is toStringed
http://bugs.webkit.org/show_bug.cgi?id=10880

Attachment 14416: Avoid new semicolon when toString()ing function which has
do..while
http://bugs.webkit.org/attachment.cgi?id=14416&action=edit

------- Additional Comments from Kimmo Kinnunen <kimmok at iki.fi>
EmptyStatement got created after every do..while();, because ';' was not
consumed as part of the do..while.



More information about the webkit-reviews mailing list