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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h

Issue 2248413003: Stop SpellCheckRequest from checking canCheckAsynchronously() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SpellCheckerDebugInfo
Patch Set: Removed rebaselining of the unrelated test Created 4 years, 4 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
Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
index 3b0c4b06460ec3d3f6a62c2c34397a776de5e56f..7560d14e08c5610aa346a6bce525967fad15fbdf 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
@@ -60,7 +60,7 @@ public:
void toggleSpellCheckingEnabled();
void ignoreSpelling();
bool isSpellCheckingEnabledInFocusedNode() const;
- bool isSpellCheckingEnabledFor(Node*) const;
+ bool isSpellCheckingEnabledFor(const Node*) const;
static bool isSpellCheckingEnabledFor(const VisibleSelection&);
void markMisspellingsAfterApplyingCommand(const CompositeEditCommand&);
void markAndReplaceFor(SpellCheckRequest*, const Vector<TextCheckingResult>&);

Powered by Google App Engine
This is Rietveld 408576698