| Index: WebCore/editing/TypingCommand.h
|
| ===================================================================
|
| --- WebCore/editing/TypingCommand.h (revision 73932)
|
| +++ WebCore/editing/TypingCommand.h (working copy)
|
| @@ -81,6 +81,8 @@
|
| virtual bool isTypingCommand() const;
|
| virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; }
|
|
|
| + static void updateSelectionIfDifferentFromCurrentSelection(TypingCommand*, Frame*);
|
| +
|
| void updatePreservesTypingStyle(ETypingCommand);
|
| void markMisspellingsAfterTyping(ETypingCommand);
|
| void typingAddedToOpenCommand(ETypingCommand);
|
|
|