[WK2] Fix the build of the NetworkProcess on iOS
Created attachment 217718 [details] Patch
Comment on attachment 217718 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=217718&action=review > Source/WebKit2/NetworkProcess/AsynchronousNetworkLoaderClient.cpp:71 > -#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 > +#if PLATFORM(IOS) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090) I wonder if we should be using a USE style macro here, not a PLATFORM one.
Comment on attachment 217718 [details] Patch Clearing flags on attachment: 217718 Committed r159718: <http://trac.webkit.org/changeset/159718>
All reviewed patches have been landed. Closing bug.