Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index 4b97b5bef2f7459217e6297a87014eea7665d227..cc130b00ff7cf86d892ce75d22b602674c00b55b 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -286,6 +286,7 @@ private: |
SpellChecker& spellChecker() const; |
bool handleEditingKeyboardEvent(KeyboardEvent*); |
+ void requestSpellcheckingAfterApplyingCommand(CompositeEditCommand*); |
}; |
inline void Editor::setStartNewKillRingSequence(bool flag) |