| Index: sky/engine/core/editing/MoveSelectionCommand.h
|
| diff --git a/sky/engine/core/editing/MoveSelectionCommand.h b/sky/engine/core/editing/MoveSelectionCommand.h
|
| index a6fbbf2f1bf741795b1e2e2d2c9e54a8ea3afc51..810f6aabd95c7d3c2ad907e79ae2ea4c293f53ec 100644
|
| --- a/sky/engine/core/editing/MoveSelectionCommand.h
|
| +++ b/sky/engine/core/editing/MoveSelectionCommand.h
|
| @@ -39,8 +39,6 @@ public:
|
| return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| MoveSelectionCommand(PassRefPtr<DocumentFragment>, const Position&, bool smartInsert, bool smartDelete);
|
|
|
|
|