Chromium Code Reviews
DescriptionGet base_unittests building with the macOS 10.13.0 SDK
IMP is now declared in objc.h as
typedef id _Nullable (*IMP)(id _Nonnull, SEL _Nonnull, ...);
previously, it was
typedef id (*IMP)(id, SEL, ...);
BUG=729930
Review-Url: https://codereview.chromium.org/2923593003
Cr-Commit-Position: refs/heads/master@{#477417}
Committed: https://chromium.googlesource.com/chromium/src/+/26f8e10cc57a5c1de7dfd2ae8a7ecb8917885d66
Patch Set 1 #
Messages
Total messages: 13 (9 generated)
|
|||||||||||||||||||