| Index: Source/core/editing/ApplyBlockElementCommand.h
|
| diff --git a/Source/core/editing/ApplyBlockElementCommand.h b/Source/core/editing/ApplyBlockElementCommand.h
|
| index 07c3f7807a55c8a079065116dce16ccd8213ca85..195cae1b26a02d925292fc29d3dea909315ff864 100644
|
| --- a/Source/core/editing/ApplyBlockElementCommand.h
|
| +++ b/Source/core/editing/ApplyBlockElementCommand.h
|
| @@ -48,7 +48,7 @@ protected:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - virtual void doApply() override final;
|
| + void doApply() final;
|
| virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtrWillBeRawPtr<HTMLElement>&) = 0;
|
| void rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition&, Position&, Position&);
|
| VisiblePosition endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePosition&, Position&, Position&);
|
|
|