In almost most cases config.h includes wtf/Platform.h and config.h gets included as the first header in almost all compilation unit, so in almost all cases there is no need to include wtf/Platform.h explicitly in header files.
Created attachment 189237 [details] 1st try
Comment on attachment 189237 [details] 1st try Yeah, I believe the style is that Platform.h is part of config.h which is required before any other includes in a cpp file. That said, it feels a bit odd to use PLATFORM(MAC) in a header w/o having Platform.h included.
Comment on attachment 189237 [details] 1st try Clearing flags on attachment: 189237 Committed r143499: <http://trac.webkit.org/changeset/143499>
All reviewed patches have been landed. Closing bug.