| Index: sky/engine/core/editing/SplitTextNodeCommand.h
|
| diff --git a/sky/engine/core/editing/SplitTextNodeCommand.h b/sky/engine/core/editing/SplitTextNodeCommand.h
|
| index 110bee1dec0cbf5e724f8bdc52788b6efa4392fb..563a2ca9ee2b0f5337e8535eeaf5b50886c8be05 100644
|
| --- a/sky/engine/core/editing/SplitTextNodeCommand.h
|
| +++ b/sky/engine/core/editing/SplitTextNodeCommand.h
|
| @@ -39,8 +39,6 @@ public:
|
| return adoptRef(new SplitTextNodeCommand(node, offset));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| SplitTextNodeCommand(PassRefPtr<Text>, int offset);
|
|
|
|
|