From 8f72e70a9fd78eec56623b3a62e68f16b7b27e28 Mon Sep 17 00:00:00 2001 From: Feng Qian <> Date: Fri, 10 Apr 2009 18:11:29 -0700 Subject: AI 145796: Land the WebKit merge @r42026. Automated import of CL 145796 --- WebCore/editing/SplitElementCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/editing/SplitElementCommand.cpp') diff --git a/WebCore/editing/SplitElementCommand.cpp b/WebCore/editing/SplitElementCommand.cpp index 69447d4..35dfc6f 100644 --- a/WebCore/editing/SplitElementCommand.cpp +++ b/WebCore/editing/SplitElementCommand.cpp @@ -43,7 +43,7 @@ SplitElementCommand::SplitElementCommand(PassRefPtr element, PassRefPtr void SplitElementCommand::doApply() { - RefPtr prefixElement = m_element2->cloneElement(); + RefPtr prefixElement = m_element2->cloneElementWithoutChildren(); if (m_atChild->parentNode() != m_element2) return; -- cgit v1.1