| Index: sky/engine/core/editing/InsertNodeBeforeCommand.h
|
| diff --git a/sky/engine/core/editing/InsertNodeBeforeCommand.h b/sky/engine/core/editing/InsertNodeBeforeCommand.h
|
| index ecfb0fed2d273b025996be0fbdf9d07a419a2ee4..daa224cb59e16267c9be93c986ca3bf9bd7a989e 100644
|
| --- a/sky/engine/core/editing/InsertNodeBeforeCommand.h
|
| +++ b/sky/engine/core/editing/InsertNodeBeforeCommand.h
|
| @@ -38,8 +38,6 @@ public:
|
| return adoptRef(new InsertNodeBeforeCommand(childToInsert, childToInsertBefore, shouldAssumeContentIsAlwaysEditable));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| InsertNodeBeforeCommand(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore, ShouldAssumeContentIsAlwaysEditable);
|
|
|
|
|