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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h

Issue 2714113003: Move ownership of IdleSpellCheckCallback from LocalFrame to SpellChecker (Closed)
Patch Set: Fri Feb 24 11:06:25 PST 2017 Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
index b3b1a9354226008b29e9fcbfa0f3e17e8621df40..7ddc2c4e392948fb656d778e54921844368ef91e 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
@@ -37,14 +37,6 @@ class CORE_EXPORT IdleSpellCheckCallback final : public IdleRequestCallback {
// Exposed for testing only.
SpellCheckRequester& spellCheckRequester() const;
- // The leak detector will report leaks should queued requests be posted
- // while it GCs repeatedly, as the requests keep their associated element
- // alive.
- //
- // Hence allow the leak detector to effectively stop the spell checker to
- // ensure leak reporting stability.
- void prepareForLeakDetection();
-
DECLARE_VIRTUAL_TRACE();
private:
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698