| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| index 88490f92b2eeba1a4e3aa842dafda0f03eebe18d..0f58b1b87b7c63ade323cc09dd42428b5fad0b27 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| @@ -105,6 +105,10 @@ public:
|
| return m_lastProcessedSequence;
|
| }
|
|
|
| + // Exposed for leak detector only, see comment for corresponding
|
| + // SpellChecker method.
|
| + void prepareForLeakDetection();
|
| +
|
| private:
|
| friend class SpellCheckRequest;
|
|
|
|
|