| Index: Source/core/editing/TypingCommand.h
 | 
| diff --git a/Source/core/editing/TypingCommand.h b/Source/core/editing/TypingCommand.h
 | 
| index 90a86b906c70d2dd639d6032e3c88a7aa19c6113..05032abe59b0380e01f2c56eb7c6820bd4062c64 100644
 | 
| --- a/Source/core/editing/TypingCommand.h
 | 
| +++ b/Source/core/editing/TypingCommand.h
 | 
| @@ -117,6 +117,9 @@ private:
 | 
|      void typingAddedToOpenCommand(ETypingCommand);
 | 
|      bool makeEditableRootEmpty();
 | 
|  
 | 
| +    void updateCommandTypeOfOpenCommand(ETypingCommand typingCommand) { m_commandType = typingCommand; }
 | 
| +    ETypingCommand commandTypeOfOpenCommand() const { return m_commandType; }
 | 
| +
 | 
|      ETypingCommand m_commandType;
 | 
|      String m_textToInsert;
 | 
|      bool m_openForMoreTyping;
 | 
| 
 |