Ensure that we always set network ATS context in the network process
Created attachment 250008 [details] Patch
Comment on attachment 250008 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250008&action=review > Source/WebKit2/NetworkProcess/cocoa/NetworkProcessCocoa.mm:57 > +#if (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MIN_REQUIRED >= 90000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100) Good opportunity to change TARGET_OS_IPHONE to PLATFORM(IOS) here
Committed r182289: <http://trac.webkit.org/changeset/182289>