[webkit-dev] [webkit-changes] [224805] trunk/Source/WebKit

Dan Bernstein mitz at apple.com
Mon Nov 13 23:42:35 PST 2017



> On Nov 13, 2017, at 11:26 PM, rniwa at webkit.org wrote:
>  
> -#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101200
> +#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 101200
A right-closed interval for __MAC_OS_X_VERSION_MIN_REQUIRED is usually incorrect. Did you mean to write < 101300 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20171113/18485db2/attachment.html>


More information about the webkit-dev mailing list