Summary: | Warning fix on platforms where XP_MACOSX is undefined. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> | ||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | ||||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 43191 | ||||||||
Attachments: |
|
Description
Csaba Osztrogonác
2010-07-29 08:46:35 PDT
Created attachment 62950 [details]
accidentally uploaded
We can use #if defined(XP_MACOSX) instead of #if XP_MACOSX ,
because XP_MACOSX is 1 when it is defined.
Created attachment 62951 [details]
proposed patch
We can use #if defined(XP_MACOSX) instead of #if XP_MACOSX ,
because XP_MACOSX is 1 when it is defined.
Comment on attachment 62951 [details]
proposed patch
r=me , can you wait green builtbots before commit, please?
Comment on attachment 62951 [details] proposed patch Clearing flags on attachment: 62951 Committed r64282: <http://trac.webkit.org/changeset/64282> All reviewed patches have been landed. Closing bug. |