| 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 72c022c4046c57b8d9b40c3a3ef1ace802277f8e..44a6a2f494dfd041121b0b5afcad7d94a6600f88 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| @@ -110,7 +110,7 @@ private:
|
| explicit SpellCheckRequester(LocalFrame&);
|
|
|
| TextCheckerClient& client() const;
|
| - void timerFiredToProcessQueuedRequest(Timer<SpellCheckRequester>*);
|
| + void timerFiredToProcessQueuedRequest(TimerBase*);
|
| void invokeRequest(SpellCheckRequest*);
|
| void enqueueRequest(SpellCheckRequest*);
|
| void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&);
|
|
|