[webkit-reviews] review denied: [Bug 27543] Add platform/wince/ files for WINCE port : [Attachment 34602] 7) KeyGen (modified)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 09:29:13 PDT 2009


George Staikos <staikos at kde.org> has denied Yong Li <yong.li at torchmobile.com>'s
request for review:
Bug 27543: Add platform/wince/ files for WINCE port
https://bugs.webkit.org/show_bug.cgi?id=27543

Attachment 34602: 7) KeyGen (modified)
https://bugs.webkit.org/attachment.cgi?id=34602&action=review

------- Additional Comments from George Staikos <staikos at kde.org>
I think standard for your for(;;) is really to do:

do {
} while (0);

Best to change to that and then your comment isn't necessary.  Also you have a
double semicolon in your first if ().  Those minor fixes and the rest is fine
with me.


More information about the webkit-reviews mailing list