[webkit-reviews] review requested: [Bug 57170] Remove comma at end of enum. Solaris 10/Sun Studio 12 CC don't like trailing comma's on enums : [Attachment 87052] Patch to remove trailing comma from last element of enum structures defined in webkit includes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 26 19:20:23 PDT 2011


Ben Taylor <bentaylor.solx86 at gmail.com> has asked  for review:
Bug 57170: Remove comma at end of enum. Solaris 10/Sun Studio 12 CC don't like
trailing comma's on enums
https://bugs.webkit.org/show_bug.cgi?id=57170

Attachment 87052: Patch to remove trailing comma from last element of enum
structures defined in webkit includes
https://bugs.webkit.org/attachment.cgi?id=87052&action=review

------- Additional Comments from Ben Taylor <bentaylor.solx86 at gmail.com>
Cleaning up webkit code to remove a trailing comma on the last element of an
enum in include files.
This patch was inspired by patch 12 of 17 by Thiago Macieria from bug
https://bugs.webkit.org/show_bug.cgi?id=24932


More information about the webkit-reviews mailing list