| Index: Source/core/editing/FrameSelectionTest.cpp
|
| diff --git a/Source/core/editing/FrameSelectionTest.cpp b/Source/core/editing/FrameSelectionTest.cpp
|
| index 56f51e85204181d7926cb22a2fcd5a33ae2d9809..6981cd07c5550aed671381ba8118ae6c1027abe8 100644
|
| --- a/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -44,7 +44,7 @@ void FrameSelectionTest::SetUp()
|
| m_document = toHTMLDocument(&m_dummyPageHolder->document());
|
| ASSERT(m_document);
|
| m_textNode = m_document->createTextNode("Hello, World!");
|
| - m_document->body()->appendChild(m_textNode);
|
| + m_document->body()->appendChild(m_textNode.get());
|
| }
|
|
|
| HTMLDocument& FrameSelectionTest::document() const
|
|
|