| Index: Source/core/editing/htmlediting.cpp
|
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp
|
| index 72bf50d73ec44295a60cb3819431b263c0e85241..471eb8467cb35233972cc719be95efd52daf71f8 100644
|
| --- a/Source/core/editing/htmlediting.cpp
|
| +++ b/Source/core/editing/htmlediting.cpp
|
| @@ -904,7 +904,7 @@ PassRefPtr<Element> createTabSpanElement(Document* document, PassRefPtr<Node> pr
|
| if (!tabTextNode)
|
| tabTextNode = document->createEditingTextNode("\t");
|
|
|
| - spanElement->appendChild(tabTextNode.release(), ASSERT_NO_EXCEPTION);
|
| + spanElement->appendChild(tabTextNode.release(), ASSERT_NO_EXCEPTION, DeprecatedAttachNow);
|
|
|
| return spanElement.release();
|
| }
|
|
|