> On Nov 13, 2017, at 11:26 PM, [email protected] 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 [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

