Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(930)

Unified Diff: Source/core/editing/spellcheck/SpellCheckRequester.h

Issue 1335573004: Introduce Range::dispose() for prompt detachment from owner Document. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: split out rangeContents() switch Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Range.cpp ('k') | Source/core/editing/spellcheck/SpellCheckRequester.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
{
« no previous file with comments | « Source/core/dom/Range.cpp ('k') | Source/core/editing/spellcheck/SpellCheckRequester.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698