| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index e92ca9b5147e16db5fb60d8202f4cccbcf2633ed..6f310e458ef67683e822958cd4499fc4c79f75f2 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -123,7 +123,7 @@ if (is_android) {
|
| use_udev = is_linux
|
|
|
| # Enable the spell checker.
|
| -enable_spellcheck = !is_android
|
| +enable_spellcheck = !is_ios
|
|
|
| # Use the operating system's spellchecker rather than hunspell.
|
| use_platform_spellchecker = is_android || is_mac
|
|
|