Clean up some obsolete MAX_ALLOWED macros
Created attachment 353104 [details] proposed patch
Created attachment 353107 [details] proposed patch
Created attachment 353293 [details] proposed patch
Comment on attachment 353293 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=353293&action=review > Source/WebKit/NetworkProcess/cocoa/NetworkDataTaskCocoa.mm:86 > -#elif __MAC_OS_X_VERSION_MIN_REQUIRED < 101302 > +#elif __MAC_OS_X_VERSION_MIN_REQUIRED < 101400 No justification?
There is no change here - __MAC_OS_X_VERSION_MIN_REQUIRED can be 101300 or 101400, not not anything in between.
Comment on attachment 353293 [details] proposed patch Clearing flags on attachment: 353293 Committed r237607: <https://trac.webkit.org/changeset/237607>
All reviewed patches have been landed. Closing bug.
<rdar://problem/45683831>
This seems to have broken some iOS builds: https://webkit-queues.webkit.org/results/9836096
Oh wow, that's still on iPhoneOS11.3.sdk! Will get it upgraded ASAP. Thank you for pointing it out!