| Index: sky/engine/core/editing/SplitElementCommand.cpp
|
| diff --git a/sky/engine/core/editing/SplitElementCommand.cpp b/sky/engine/core/editing/SplitElementCommand.cpp
|
| index d84a9f3d8f8f0469c19866f1bd5e89b9f9bd60dc..931e6233df67c0781ea12ba4a4d9f99aed9cd734 100644
|
| --- a/sky/engine/core/editing/SplitElementCommand.cpp
|
| +++ b/sky/engine/core/editing/SplitElementCommand.cpp
|
| @@ -107,12 +107,4 @@ void SplitElementCommand::doReapply()
|
| executeApply();
|
| }
|
|
|
| -void SplitElementCommand::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_element1);
|
| - visitor->trace(m_element2);
|
| - visitor->trace(m_atChild);
|
| - SimpleEditCommand::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|