[webkit-reviews] review granted: [Bug 124794] [WK2] Fix the build of the NetworkProcess on iOS : [Attachment 217718] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 22 15:39:27 PST 2013


Alexey Proskuryakov <ap at webkit.org> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 124794: [WK2] Fix the build of the NetworkProcess on iOS
https://bugs.webkit.org/show_bug.cgi?id=124794

Attachment 217718: Patch
https://bugs.webkit.org/attachment.cgi?id=217718&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
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.


More information about the webkit-reviews mailing list