| Index: Source/core/editing/BreakBlockquoteCommand.h
|
| diff --git a/Source/core/editing/BreakBlockquoteCommand.h b/Source/core/editing/BreakBlockquoteCommand.h
|
| index a60b5ef7bb28cff66f036b929c2836cc9d261100..6ebb05035b12901487af7843453ff122598a62ef 100644
|
| --- a/Source/core/editing/BreakBlockquoteCommand.h
|
| +++ b/Source/core/editing/BreakBlockquoteCommand.h
|
| @@ -39,7 +39,7 @@ public:
|
|
|
| private:
|
| explicit BreakBlockquoteCommand(Document&);
|
| - virtual void doApply() override;
|
| + void doApply() override;
|
| };
|
|
|
| } // namespace blink
|
|
|