Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UTF8String to the banned method list.
NSString's UTF8String can return null for some NSStrings, even if |canBeConvertedToEncoding:NSUTF8StringEncoding| returns YES. This has led to at least 2 crashes that were not encountered during the development period. BUG=659649, 656108, 653379 Review-Url: https://codereview.chromium.org/2450033004 Cr-Commit-Position: refs/heads/master@{#427991}
- Loading branch information