| Index: sky/engine/core/editing/DeleteSelectionCommand.h
|
| diff --git a/sky/engine/core/editing/DeleteSelectionCommand.h b/sky/engine/core/editing/DeleteSelectionCommand.h
|
| index 2641f13e8de46a3e00ec242e021049caef7282ce..40bb4cff46b9fbdd3002252d27a63c8dab5bc291 100644
|
| --- a/sky/engine/core/editing/DeleteSelectionCommand.h
|
| +++ b/sky/engine/core/editing/DeleteSelectionCommand.h
|
| @@ -43,8 +43,6 @@ public:
|
| return adoptRef(new DeleteSelectionCommand(selection, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| DeleteSelectionCommand(Document&, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool santizeMarkup);
|
| DeleteSelectionCommand(const VisibleSelection&, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup);
|
|
|