| Index: third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| index 4510a8bd04ef0f8772c1787b7785e6398e5e5219..a9b8eade27f555d254c08ed0f069fde070dfa466 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| @@ -40,7 +40,7 @@ RemoveNodeCommand::RemoveNodeCommand(PassRefPtrWillBeRawPtr<Node> node, ShouldAs
|
| ASSERT(m_node->parentNode());
|
| }
|
|
|
| -void RemoveNodeCommand::doApply()
|
| +void RemoveNodeCommand::doApply(EditingState*)
|
| {
|
| ContainerNode* parent = m_node->parentNode();
|
| if (!parent || (m_shouldAssumeContentIsAlwaysEditable == DoNotAssumeContentIsAlwaysEditable
|
|
|