| Index: third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| index 8a50c657f2f3985c781570939afdae3c44fa1e52..f7842e42ba28eb28ac970d13124d172a2543cf5f 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| @@ -63,7 +63,7 @@ bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos)
|
| return p.anchorNode()->layoutObject() && !p.anchorNode()->layoutObject()->style()->preserveNewline();
|
| }
|
|
|
| -void InsertLineBreakCommand::doApply()
|
| +void InsertLineBreakCommand::doApply(EditingState*)
|
| {
|
| deleteSelection();
|
| VisibleSelection selection = endingSelection();
|
|
|