| Index: sky/engine/core/editing/InsertParagraphSeparatorCommand.h
|
| diff --git a/sky/engine/core/editing/InsertParagraphSeparatorCommand.h b/sky/engine/core/editing/InsertParagraphSeparatorCommand.h
|
| index c7aeb8d9dfe8baed224ef37a8fb758a6fa592566..54ca11f0780bc496463b3d2f0dc905cab07f27c0 100644
|
| --- a/sky/engine/core/editing/InsertParagraphSeparatorCommand.h
|
| +++ b/sky/engine/core/editing/InsertParagraphSeparatorCommand.h
|
| @@ -39,8 +39,6 @@ public:
|
| return adoptRef(new InsertParagraphSeparatorCommand(document, useDefaultParagraphElement, pasteBlockquoteIntoUnquotedArea));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| InsertParagraphSeparatorCommand(Document&, bool useDefaultParagraphElement, bool pasteBlockquoteIntoUnquotedArea);
|
|
|
|
|