| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index b7bf6892a5476b0b6f4f1adc1b1f40aae0f00b5d..63fd0dd49a07279de8546c694471f4ccfa7266af 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -212,7 +212,7 @@ public:
|
| void markAndReplaceFor(PassRefPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&);
|
|
|
| bool isOverwriteModeEnabled() const { return m_overwriteModeEnabled; }
|
| - void toggleOverwriteModeEnabled() { m_overwriteModeEnabled = !m_overwriteModeEnabled; }
|
| + void toggleOverwriteModeEnabled();
|
|
|
| void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange);
|
|
|
|
|