Index: Source/core/editing/spellcheck/SpellCheckRequester.h |
diff --git a/Source/core/editing/spellcheck/SpellCheckRequester.h b/Source/core/editing/spellcheck/SpellCheckRequester.h |
index 4fae70c75929ed410ec04d66a0b61b89348abab5..2f125e869f279f1caf99f20e6eef6c149cf43546 100644 |
--- a/Source/core/editing/spellcheck/SpellCheckRequester.h |
+++ b/Source/core/editing/spellcheck/SpellCheckRequester.h |
@@ -116,6 +116,8 @@ private: |
void didCheckCancel(int sequence); |
void didCheck(int sequence, const Vector<TextCheckingResult>&); |
+ void clearProcessingRequest(); |
+ |
RawPtrWillBeMember<LocalFrame> m_frame; |
LocalFrame& frame() const |
{ |