diff options
Diffstat (limited to 'chrome/browser/spellcheck_worditerator.cc')
-rw-r--r-- | chrome/browser/spellcheck_worditerator.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/spellcheck_worditerator.cc b/chrome/browser/spellcheck_worditerator.cc index 2ea5879..9291b66 100644 --- a/chrome/browser/spellcheck_worditerator.cc +++ b/chrome/browser/spellcheck_worditerator.cc @@ -275,4 +275,3 @@ bool SpellcheckWordIterator::Normalize(int input_start, output_string->assign(output.getTerminatedBuffer()); return (status == U_ZERO_ERROR); } - |