Index: Source/WebCore/editing/SpellChecker.h |
=================================================================== |
--- Source/WebCore/editing/SpellChecker.h (revision 86210) |
+++ Source/WebCore/editing/SpellChecker.h (working copy) |
@@ -39,7 +39,7 @@ |
class SpellChecker { |
WTF_MAKE_NONCOPYABLE(SpellChecker); |
public: |
- explicit SpellChecker(Frame*, TextCheckerClient*); |
+ explicit SpellChecker(Frame*); |
~SpellChecker(); |
bool isAsynchronousEnabled() const; |
@@ -53,9 +53,9 @@ |
private: |
bool initRequest(Node*); |
void clearRequest(); |
+ TextCheckerClient* client() const; |
Frame* m_frame; |
- TextCheckerClient* m_client; |
RefPtr<Node> m_requestNode; |
String m_requestText; |