Warnings on Qt buildbot: /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h:28:5: warning: "XP_MACOSX" is not defined /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h:69:5: warning: "XP_MACOSX" is not defined /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h:83:5: warning: "XP_MACOSX" is not defined
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.