| Index: third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| index 0c757f1d7bbeb77aa912d334383fe144aef52b87..eff1feeaed550b2c5e97a1787dbce5b4cd368b8c 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| @@ -148,7 +148,7 @@ PassRefPtrWillBeRawPtr<Element> InsertParagraphSeparatorCommand::cloneHierarchyU
|
| return parent.release();
|
| }
|
|
|
| -void InsertParagraphSeparatorCommand::doApply()
|
| +void InsertParagraphSeparatorCommand::doApply(EditingState*)
|
| {
|
| if (!endingSelection().isNonOrphanedCaretOrRange())
|
| return;
|
|
|