summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/editing/SpellChecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/editing/SpellChecker.h')
-rw-r--r--Source/WebCore/editing/SpellChecker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/editing/SpellChecker.h b/Source/WebCore/editing/SpellChecker.h
index 4bcb89e..1ed9011 100644
--- a/Source/WebCore/editing/SpellChecker.h
+++ b/Source/WebCore/editing/SpellChecker.h
@@ -39,7 +39,7 @@ class Node;
class SpellChecker {
WTF_MAKE_NONCOPYABLE(SpellChecker);
public:
- explicit SpellChecker(Frame*, TextCheckerClient*);
+ explicit SpellChecker(Frame*);
~SpellChecker();
bool isAsynchronousEnabled() const;
@@ -53,9 +53,9 @@ public:
private:
bool initRequest(Node*);
void clearRequest();
+ TextCheckerClient* client() const;
Frame* m_frame;
- TextCheckerClient* m_client;
RefPtr<Node> m_requestNode;
String m_requestText;