Index: Source/core/dom/LiveNodeList.cpp |
diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp |
index f4fb26b51809fdc422a1b017a026ee88e0543741..f1aff4d9d5fecef6a3fd8753cb8297b99bef1e2b 100644 |
--- a/Source/core/dom/LiveNodeList.cpp |
+++ b/Source/core/dom/LiveNodeList.cpp |
@@ -27,7 +27,7 @@ namespace WebCore { |
Node* LiveNodeList::virtualOwnerNode() const |
{ |
- return ownerNode(); |
+ return &ownerNode(); |
} |
void LiveNodeList::invalidateCache(Document*) const |