summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/TypingCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/TypingCommand.h')
-rw-r--r--WebCore/editing/TypingCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/editing/TypingCommand.h b/WebCore/editing/TypingCommand.h
index 7c89a7c..60b5f2a 100644
--- a/WebCore/editing/TypingCommand.h
+++ b/WebCore/editing/TypingCommand.h
@@ -82,10 +82,10 @@ private:
virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; }
void updatePreservesTypingStyle(ETypingCommand);
- void markMisspellingsAfterTyping();
+ void markMisspellingsAfterTyping(ETypingCommand);
void typingAddedToOpenCommand(ETypingCommand);
bool makeEditableRootEmpty();
-
+
ETypingCommand m_commandType;
String m_textToInsert;
bool m_openForMoreTyping;