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

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

Issue 2748083006: Minor revision related to SpellChecker::advanceToNextMisspelling() (Closed)
Patch Set: Wed Mar 15 11:19:30 PDT 2017 Created 3 years, 9 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 | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f0d75756554cb3b6decbfe0784832fe73f31561d..d14190f4cbf07b110c273046028be80c3d21ea9a 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
@@ -65,7 +65,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
bool isSpellCheckingEnabledInFocusedNode() const;
void markMisspellingsAfterApplyingCommand(const CompositeEditCommand&);
void markAndReplaceFor(SpellCheckRequest*, const Vector<TextCheckingResult>&);
- void advanceToNextMisspelling(bool startBeforeSelection = false);
+ void advanceToNextMisspelling(bool startBeforeSelection);
yosin_UTC9 2017/03/21 05:31:52 Thanks for removing default parameter! (^_^)b
void showSpellingGuessPanel();
void didBeginEditing(Element*);
void clearMisspellingsForMovingParagraphs(const SelectionInDOMTree&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698