Chromium Code Reviews| 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&); |