Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index a717fee99dc2ab316c1a10eb2a4929545d1bc1e0..e92ca9b5147e16db5fb60d8202f4cccbcf2633ed 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -125,6 +125,9 @@ use_udev = is_linux |
# Enable the spell checker. |
enable_spellcheck = !is_android |
+# Use the operating system's spellchecker rather than hunspell. |
+use_platform_spellchecker = is_android || is_mac |
+ |
enable_pepper_cdms = enable_plugins && (is_linux || is_mac || is_win) |
# Enable basic printing support and UI. |