Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: Source/WebCore/editing/SpellChecker.h

Issue 7005023: Merge 86132 - 2011-05-10 MORITA Hajime <morrita@google.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/editing/Editor.cpp ('k') | Source/WebCore/editing/SpellChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/editing/Editor.cpp ('k') | Source/WebCore/editing/SpellChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698