| Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| index 612ea9eda0c092adddc26a72337b8444e63cb009..84af819de3aa2d2abed3757c15640ca1f628b9f7 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| @@ -920,7 +920,7 @@ static inline HTMLElement* elementToSplitToAvoidPastingIntoInlineElementsWithSty
|
| return toHTMLElement(highestEnclosingNodeOfType(insertionPos, isInlineHTMLElementWithStyle, CannotCrossEditingBoundary, containingBlock));
|
| }
|
|
|
| -void ReplaceSelectionCommand::doApply()
|
| +void ReplaceSelectionCommand::doApply(EditingState*)
|
| {
|
| const VisibleSelection selection = endingSelection();
|
| ASSERT(selection.isCaretOrRange());
|
|
|