> On Nov 13, 2017, at 11:26 PM, rn...@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 ?
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to