| Index: Source/core/dom/ChildNodeList.cpp
|
| diff --git a/Source/core/dom/ChildNodeList.cpp b/Source/core/dom/ChildNodeList.cpp
|
| index ee585c430ce3934994fbf70a4f8b79c545150eca..7387d79a1692e10eaf5f3a0e36ae0a38adbf31f1 100644
|
| --- a/Source/core/dom/ChildNodeList.cpp
|
| +++ b/Source/core/dom/ChildNodeList.cpp
|
| @@ -37,7 +37,7 @@ ChildNodeList::ChildNodeList(PassRefPtr<ContainerNode> parent)
|
|
|
| Node* ChildNodeList::virtualOwnerNode() const
|
| {
|
| - return ownerNode();
|
| + return &ownerNode();
|
| }
|
|
|
| ChildNodeList::~ChildNodeList()
|
|
|