Index: Source/core/editing/InsertIntoTextNodeCommand.cpp |
diff --git a/Source/core/editing/InsertIntoTextNodeCommand.cpp b/Source/core/editing/InsertIntoTextNodeCommand.cpp |
index b064bdaec7db074f85074f31215b18b1124d0382..513aba4e2f8c618fdeec8bd22e9277afab34da4b 100644 |
--- a/Source/core/editing/InsertIntoTextNodeCommand.cpp |
+++ b/Source/core/editing/InsertIntoTextNodeCommand.cpp |
@@ -55,7 +55,7 @@ void InsertIntoTextNodeCommand::doApply() |
return; |
if (passwordEchoEnabled) { |
- RenderText* renderText = toRenderText(m_node->renderer()); |
+ RenderText* renderText = m_node->renderer(); |
if (renderText && renderText->isSecure()) |
renderText->momentarilyRevealLastTypedCharacter(m_offset + m_text.length() - 1); |
} |