| Index: sky/engine/core/editing/SplitElementCommand.h
|
| diff --git a/sky/engine/core/editing/SplitElementCommand.h b/sky/engine/core/editing/SplitElementCommand.h
|
| index 5d7b25078f9c118c4de4e34e21ce87e788e49c14..ba7e26202c3fe27e9376004cc58e0f183da4a04f 100644
|
| --- a/sky/engine/core/editing/SplitElementCommand.h
|
| +++ b/sky/engine/core/editing/SplitElementCommand.h
|
| @@ -37,8 +37,6 @@ public:
|
| return adoptRef(new SplitElementCommand(element, splitPointChild));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| SplitElementCommand(PassRefPtr<Element>, PassRefPtr<Node> splitPointChild);
|
|
|
|
|