| Index: third_party/WebKit/Source/core/frame/Settings.in
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
|
| index a243d52fd01ee7c9131dcf4b1014c701b687ac26..49a1d812897c8eb2c34373da040b82271cb5d9e6 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -428,3 +428,7 @@ browserSideNavigationEnabled initial=false
|
| # Some platforms have media subsystems which are too buggy to allow preloading
|
| # of content by default. See http://crbug.com/612909 for details.
|
| forcePreloadNoneForMediaElements initial=false
|
| +
|
| +# Spellchecking is enabled by default for elements that do not specify it explicitly
|
| +# using the "spellcheck" attribute.
|
| +spellCheckEnabledByDefault initial=true
|
|
|