diff options
author | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-08 17:56:06 +0000 |
---|---|---|
committer | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-08 17:56:06 +0000 |
commit | 4dcd2e3c23db81f7ff1c6dfec08452660e8fb4f7 (patch) | |
tree | ffae7cc1a65861842c4d1d4a58991b1b70fce1ea /components | |
parent | f55912772d8e171c6c7881dba789440ca11fc829 (diff) | |
download | chromium_src-4dcd2e3c23db81f7ff1c6dfec08452660e8fb4f7.zip chromium_src-4dcd2e3c23db81f7ff1c6dfec08452660e8fb4f7.tar.gz chromium_src-4dcd2e3c23db81f7ff1c6dfec08452660e8fb4f7.tar.bz2 |
Revert 255755 "Define print format macros for NSInteger & NSUInt..."
Reason for revert: caused unit test failures on Mac ASAN bots, eg:
http://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%2064%20Tests%20%281%29/builds/69/steps/base_unittests/logs/FormatNSInteger
> Define print format macros for NSInteger & NSUInteger
>
> The size of NSInteger and NSUInteger varies between 32-bit and 64-bit
> architectures, however does not provides macro to safely format them
> and instead recommend casting the value to the larger version that is
> used on 64-bit architecture.
>
> Using a cast could cause some formatting to be missed (if the type of
> a variable changes), so instead we define our own macros to format those
> types safely.
>
> BUG=349458
>
> Review URL: https://codereview.chromium.org/187793003
TBR=sdefresne@chromium.org
Review URL: https://codereview.chromium.org/192023002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
0 files changed, 0 insertions, 0 deletions