| Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html
|
| index 7665c6a61bb198b00b2018dd1910d6b51dc2675f..b95b731311a146ef3abfe7ce781f693adab4c4ee 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html
|
| @@ -19,7 +19,7 @@ jsTestIsAsync = true;
|
|
|
| function hasSpellingMarkerOnSetting(element, enableSpellChecking)
|
| {
|
| - internals.setContinuousSpellCheckingEnabled(enableSpellChecking);
|
| + internals.setSpellCheckingEnabled(enableSpellChecking);
|
| return !!internals.markerCountForNode(element.firstChild, "spelling");
|
| }
|
|
|
|
|