| Index: Source/core/editing/SpellChecker.h
|
| diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h
|
| index bb085fbf49623eb7de8a12376c7a6f44b5280d3c..d1803cf17f23368607ccfbf88a2dcca95da65321 100644
|
| --- a/Source/core/editing/SpellChecker.h
|
| +++ b/Source/core/editing/SpellChecker.h
|
| @@ -73,7 +73,7 @@ public:
|
| void replaceMisspelledRange(const String&);
|
| void removeSpellingMarkers();
|
| void spellCheckAfterBlur();
|
| - void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords, const VisibleSelection& newSelectedSentence);
|
| + void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);
|
|
|
| void didEndEditingOnTextField(Element*);
|
| bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, int from, int length) const;
|
|
|