| Index: chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac.mm b/chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| index fdf850dc278162f3b248da268a62ad758eb1c11d..20fc5f074a8ac6dfafe12bd6cc334f280558ae11 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| +++ b/chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| @@ -72,7 +72,7 @@ void TextCheckingCallback(
|
| if (range.length == 0)
|
| break;
|
| check_results.push_back(WebKit::WebTextCheckingResult(
|
| - WebKit::WebTextCheckingResult::ErrorSpelling,
|
| + WebKit::WebTextCheckingTypeSpelling,
|
| range.location,
|
| range.length));
|
| starting_at = range.location + range.length;
|
|
|