| 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 2ea3a63b7e6346a21291d911b26ffc82d8a3d030..b9b077fee78803103605c71b5b601109eb40da92 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| @@ -71,8 +71,9 @@ bool isLastVisiblePositionInNode(const VisiblePosition& visiblePosition,
|
|
|
| } // namespace
|
|
|
| -BreakBlockquoteCommand::BreakBlockquoteCommand(Document& document)
|
| - : CompositeEditCommand(document) {}
|
| +BreakBlockquoteCommand::BreakBlockquoteCommand(Document& document,
|
| + CommandSource source)
|
| + : CompositeEditCommand(document, source) {}
|
|
|
| void BreakBlockquoteCommand::doApply(EditingState* editingState) {
|
| if (endingSelection().isNone())
|
|
|