Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1041)

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-disable-enable.html

Issue 2251693003: Rename "ContinuousSpellChecking" to "SpellChecking" in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
}

Powered by Google App Engine
This is Rietveld 408576698