| Index: third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| index bb9b72b438ed0991ec540dd095617b48e44f14ef..8c5f5b24c1b3d437e04d27c80ab59875b53d85c1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| @@ -72,7 +72,7 @@ BreakBlockquoteCommand::BreakBlockquoteCommand(Document& document)
|
| {
|
| }
|
|
|
| -void BreakBlockquoteCommand::doApply()
|
| +void BreakBlockquoteCommand::doApply(EditingState*)
|
| {
|
| if (endingSelection().isNone())
|
| return;
|
|
|