[webkit-reviews] review requested: [Bug 27058] Removed superfluous parenthesis around single expression : [Attachment 32417] Code patch for Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 19:14:28 PDT 2009


Norbert Leser <norbert.leser at nokia.com> has asked  for review:
Bug 27058: Removed superfluous parenthesis around single expression
https://bugs.webkit.org/show_bug.cgi?id=27058

Attachment 32417: Code patch for Platform.h
https://bugs.webkit.org/attachment.cgi?id=32417&action=review

------- Additional Comments from Norbert Leser <norbert.leser at nokia.com>
Compilers on Symbian platform fail to parse and compile a statement such as:
defined( ENABLE_##WTF_FEATURE ) && ENABLE_##WTF_FEATURE

The proposed patch removes the unnecessary parenthesis, which is save on any
platform.


More information about the webkit-reviews mailing list