| Index: third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| index e1e9aa93b28f857ae0df370067899900b30e6856..7f3b6771b4cf78c8fe32381939e14bfdc46341d3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| @@ -49,7 +49,7 @@ SplitTextNodeCommand::SplitTextNodeCommand(PassRefPtrWillBeRawPtr<Text> text, in
|
| ASSERT(m_offset < m_text2->length());
|
| }
|
|
|
| -void SplitTextNodeCommand::doApply()
|
| +void SplitTextNodeCommand::doApply(EditingState*)
|
| {
|
| ContainerNode* parent = m_text2->parentNode();
|
| if (!parent || !parent->hasEditableStyle())
|
|
|