| Index: third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| index ed00c388544ad38be44e07d346c546b7d63d4d58..d1b646046d4a1fd5c31860fc7ef02e28cc1e57cc 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| @@ -44,7 +44,7 @@ InsertNodeBeforeCommand::InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> in
|
| ASSERT(m_refChild->parentNode()->hasEditableStyle() || !m_refChild->parentNode()->inActiveDocument());
|
| }
|
|
|
| -void InsertNodeBeforeCommand::doApply()
|
| +void InsertNodeBeforeCommand::doApply(EditingState*)
|
| {
|
| ContainerNode* parent = m_refChild->parentNode();
|
| if (!parent || (m_shouldAssumeContentIsAlwaysEditable == DoNotAssumeContentIsAlwaysEditable && !parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable)))
|
|
|