Chromium Code Reviews| Index: Source/core/dom/EmptyNodeList.cpp |
| diff --git a/Source/core/dom/EmptyNodeList.cpp b/Source/core/dom/EmptyNodeList.cpp |
| index 8705936f54d568d81a721fe9c456bdf9ea15e0e7..26104fbe28ec6c94b80c6a1840901c081328482a 100644 |
| --- a/Source/core/dom/EmptyNodeList.cpp |
| +++ b/Source/core/dom/EmptyNodeList.cpp |
| @@ -44,7 +44,7 @@ EmptyNodeList::~EmptyNodeList() |
| Node* EmptyNodeList::virtualOwnerNode() const |
| { |
| - return ownerNode(); |
| + return &ownerNode(); |
| } |
| } // namespace WebCore |