Index: Source/core/editing/SpellChecker.h |
diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h |
index 0985680b6a4be1e16857ceac44e3a44d5a057527..b5d24847272e90dcc4b5630bea1a4e314ba8a2e9 100644 |
--- a/Source/core/editing/SpellChecker.h |
+++ b/Source/core/editing/SpellChecker.h |
@@ -83,6 +83,7 @@ public: |
bool isCheckable(Range*) const; |
void requestCheckingFor(PassRefPtr<SpellCheckRequest>); |
+ void cancelCheck(); |
int lastRequestSequence() const |
{ |