| Index: sky/engine/core/editing/SplitElementCommand.cpp
|
| diff --git a/sky/engine/core/editing/SplitElementCommand.cpp b/sky/engine/core/editing/SplitElementCommand.cpp
|
| index 0c427f4792895ccd562e4f8e240cb16283b15f9c..c9b556094dfa0519a8de95eddc2120d50edb95c4 100644
|
| --- a/sky/engine/core/editing/SplitElementCommand.cpp
|
| +++ b/sky/engine/core/editing/SplitElementCommand.cpp
|
| @@ -83,7 +83,7 @@ void SplitElementCommand::doUnapply()
|
| return;
|
|
|
| NodeVector children;
|
| - getChildNodes(*m_element1, children);
|
| + appendChildNodes(*m_element1, children);
|
|
|
| RefPtr<Node> refChild = m_element2->firstChild();
|
|
|
|
|