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 4865ae1f326479ae4f5724416bb678f876cd1a63..8477e21bc6eb767a44379da1bae0f2f44d535dbe 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. |