| Index: sky/engine/core/editing/ApplyBlockElementCommand.h
|
| diff --git a/sky/engine/core/editing/ApplyBlockElementCommand.h b/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| index 42c6cac91a66b34a657afe81b8ce7d6d2f14d545..0acaddb15f11c65ffefa4a2ac5e064703d068c3c 100644
|
| --- a/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| +++ b/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| @@ -45,8 +45,6 @@ protected:
|
| PassRefPtr<HTMLElement> createBlockElement() const;
|
| const QualifiedName tagName() const { return m_tagName; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| virtual void doApply() override final;
|
| virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<HTMLElement>&) = 0;
|
|
|