| Index: sky/engine/core/editing/ReplaceSelectionCommand.h
|
| diff --git a/sky/engine/core/editing/ReplaceSelectionCommand.h b/sky/engine/core/editing/ReplaceSelectionCommand.h
|
| index 90b1c486e8806ea82851164758a8c1573cde9c24..6c447211504c50aad6de1f3eeb7199084ec3b9fa 100644
|
| --- a/sky/engine/core/editing/ReplaceSelectionCommand.h
|
| +++ b/sky/engine/core/editing/ReplaceSelectionCommand.h
|
| @@ -51,8 +51,6 @@ public:
|
| return adoptRef(new ReplaceSelectionCommand(document, fragment, options, action));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| ReplaceSelectionCommand(Document&, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
|
|
|
|
|