DescriptionCompatibility fix for arm64 on iOS
Manually patches in 77400c22b5bafd8aaaa75f90a1d997838204577a from upstream.
Description:
Also on arm64, BOOL seems to be encoded as "bool" (the 'B' objcType, or
_C_BOOL) rather than the historical 'c', but NSValue can still use 'c',
so we need to have those compare as equal.
BUG=314720
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255187
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update description in README.chromium #Patch Set 3 : Rebase #
Messages
Total messages: 15 (0 generated)
|