Index: Source/core/editing/Editor.h |
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
index ec3bbdf9f3e5edd62c8285de41b6a796ebb9c9c8..b11c05c74b150be381ec82800860160d1758308e 100644 |
--- a/Source/core/editing/Editor.h |
+++ b/Source/core/editing/Editor.h |
@@ -225,7 +225,7 @@ public: |
void markAndReplaceFor(PassRefPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&); |
bool isOverwriteModeEnabled() const { return m_overwriteModeEnabled; } |
- void toggleOverwriteModeEnabled() { m_overwriteModeEnabled = !m_overwriteModeEnabled; } |
+ void toggleOverwriteModeEnabled(); |
#if USE(AUTOMATIC_TEXT_REPLACEMENT) |
void showSubstitutionsPanel(); |