| Index: sky/engine/core/editing/InsertIntoTextNodeCommand.h
|
| diff --git a/sky/engine/core/editing/InsertIntoTextNodeCommand.h b/sky/engine/core/editing/InsertIntoTextNodeCommand.h
|
| index 581e4ddea9cf12421bc97c5c32a086f50cbcfa7b..681db84d6a1d03cc405e8fd240d96bdede6faf8e 100644
|
| --- a/sky/engine/core/editing/InsertIntoTextNodeCommand.h
|
| +++ b/sky/engine/core/editing/InsertIntoTextNodeCommand.h
|
| @@ -39,8 +39,6 @@ public:
|
| return adoptRef(new InsertIntoTextNodeCommand(node, offset, text));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text);
|
|
|
|
|