diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-09 09:58:33 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-09 09:58:33 +0000 |
commit | 8acf0684c77f98854507470b8da2f294772295bd (patch) | |
tree | 723c0119ffee48ef64fd1b6378d43fc462b724fd /chrome/browser/automation/automation_provider_win.cc | |
parent | b4397798ec8cf27b83d2ff3bb71ba5de0129659e (diff) | |
download | chromium_src-8acf0684c77f98854507470b8da2f294772295bd.zip chromium_src-8acf0684c77f98854507470b8da2f294772295bd.tar.gz chromium_src-8acf0684c77f98854507470b8da2f294772295bd.tar.bz2 |
FTP: fix a misuse of isspace (it can only operate on char,
not char16; this triggers an assertion on Windows,
see http://codereview.chromium.org/6802006/
and http://msdn.microsoft.com/en-us/library/y13z34da(v=vs.71).aspx)
This change replaces isspace with ICU's u_isspace.
The original problem was introduced by http://codereview.chromium.org/449011/
The problem was detected while landing http://codereview.chromium.org/6718043,
which adds more tests with non-ASCII characters.
BUG=none
Review URL: http://codereview.chromium.org/6802012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider_win.cc')
0 files changed, 0 insertions, 0 deletions