| Index: Source/core/editing/TextInsertionBaseCommand.cpp
|
| diff --git a/Source/core/editing/TextInsertionBaseCommand.cpp b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| index 79f638d76037e03452a1e67014d0df54c72bf48c..5302dd31f7642c05925eef4955981904224402c0 100644
|
| --- a/Source/core/editing/TextInsertionBaseCommand.cpp
|
| +++ b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| @@ -40,7 +40,7 @@ TextInsertionBaseCommand::TextInsertionBaseCommand(Document& document)
|
| {
|
| }
|
|
|
| -void TextInsertionBaseCommand::applyTextInsertionCommand(LocalFrame* frame, PassRefPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection)
|
| +void TextInsertionBaseCommand::applyTextInsertionCommand(LocalFrame* frame, PassRefPtrWillBeRawPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection)
|
| {
|
| bool changeSelection = selectionForInsertion != endingSelection;
|
| if (changeSelection) {
|
|
|