| Index: components/test_runner/mock_spell_check.cc
|
| diff --git a/components/test_runner/mock_spell_check.cc b/components/test_runner/mock_spell_check.cc
|
| index 10343cce4760670c892cd0729a8c259d4cb7324e..1af1ad9dcf7a7eb4c9a97deb67099c8b838b4720 100644
|
| --- a/components/test_runner/mock_spell_check.cc
|
| +++ b/components/test_runner/mock_spell_check.cc
|
| @@ -48,7 +48,7 @@ bool MockSpellCheck::SpellCheckWord(const blink::WebString& text,
|
|
|
| // Convert to a base::string16 because we store base::string16 instances in
|
| // misspelled_words_ and blink::WebString has no find().
|
| - base::string16 string_text = text;
|
| + base::string16 string_text = text.utf16();
|
| int skipped_length = 0;
|
|
|
| while (!string_text.empty()) {
|
|
|