[webkit-reviews] review requested: [Bug 43192] Warning fix on platforms where XP_MACOSX is undefined. : [Attachment 62950] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 08:48:51 PDT 2010


Csaba Osztrogonac <ossy at webkit.org> has asked  for review:
Bug 43192: Warning fix on platforms where XP_MACOSX is undefined.
https://bugs.webkit.org/show_bug.cgi?id=43192

Attachment 62950: proposed patch
https://bugs.webkit.org/attachment.cgi?id=62950&action=review

------- Additional Comments from Csaba Osztrogonac <ossy at webkit.org>
We can use #if defined(XP_MACOSX) instead of #if XP_MACOSX ,
because XP_MACOSX is 1 when it is defined.


More information about the webkit-reviews mailing list