| Index: third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| index 83c7d0f9fbc7bbab4bbf402aeb018a184219f756..bfb980f36f769efb27e0f08a29710f622bb3ef7b 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| @@ -55,7 +55,7 @@ ApplyBlockElementCommand::ApplyBlockElementCommand(Document& document, const Qua
|
| {
|
| }
|
|
|
| -void ApplyBlockElementCommand::doApply()
|
| +void ApplyBlockElementCommand::doApply(EditingState*)
|
| {
|
| if (!endingSelection().rootEditableElement())
|
| return;
|
|
|