| Index: third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| index 029da6ab85ef8d76147675fc4e1f8ae70882ae45..31e8423c27ccbf3f7bcc287dba65480b94b034f9 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| @@ -65,7 +65,7 @@ static void swapInNodePreservingAttributesAndChildren(HTMLElement* newElement, H
|
| parentNode->removeChild(&elementToReplace, ASSERT_NO_EXCEPTION);
|
| }
|
|
|
| -void ReplaceNodeWithSpanCommand::doApply()
|
| +void ReplaceNodeWithSpanCommand::doApply(EditingState*)
|
| {
|
| if (!m_elementToReplace->inDocument())
|
| return;
|
|
|