Chromium Code Reviews
DescriptionMake WebSpellCheckClient aware of leak detection
WebSpellCheckClient stores a set of WebTextCheckingCompletion objects,
which may store references to already invoked SpellCheckRequests. This
patch clears these references before a leak detection so that they will
not become a leak source.
This CL is a preparation for https://codereview.chromium.org/2224103003
BUG=633509
TEST=n/a; no visible change
Committed: https://crrev.com/8fcbc602fb75514f4270b86377009cd787c24222
Cr-Commit-Position: refs/heads/master@{#410969}
Patch Set 1 #Patch Set 2 : Fix compile error #Patch Set 3 : Use didCancelCheckingText to clear #
Total comments: 2
Patch Set 4 : Rename to cancelAllPendingRequests #
Total comments: 4
Patch Set 5 : Minor style fix #Messages
Total messages: 33 (20 generated)
|