Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp |
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp |
index f84b61e6bbe8d69474103207f04335f7e0669f26..825ca1dfc3caf55a2be40a5c5bde970a5e742f37 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp |
@@ -213,7 +213,7 @@ void SpellChecker::didBeginEditing(Element* element) { |
} |
if (isTextField || !parent->isAlreadySpellChecked()) { |
- if (EditingStrategy::editingIgnoresContent(element)) |
+ if (editingIgnoresContent(element)) |
return; |
// We always recheck textfields because markers are removed from them on |
// blur. |