| Index: third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| index a9e1a29ff770815774df40cc1e0267ea831d3beb..f689f5afb5e3c386f24c0012b194982e810e497f 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| @@ -44,7 +44,7 @@ InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(PassRefPtrWillBeRawPtr<Text
|
| ASSERT(!m_text.isEmpty());
|
| }
|
|
|
| -void InsertIntoTextNodeCommand::doApply()
|
| +void InsertIntoTextNodeCommand::doApply(EditingState*)
|
| {
|
| bool passwordEchoEnabled = document().settings() && document().settings()->passwordEchoEnabled();
|
| if (passwordEchoEnabled)
|
|
|