Index: Source/core/dom/ContainerNode.cpp |
diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp |
index 13140b66a238834062345de8dd1c2d4467d8acdf..798d4eb2f857cfb622216a56d1c26a20e8782905 100644 |
--- a/Source/core/dom/ContainerNode.cpp |
+++ b/Source/core/dom/ContainerNode.cpp |
@@ -872,7 +872,7 @@ void ContainerNode::setHovered(bool over) |
PassRefPtr<HTMLCollection> ContainerNode::children() |
{ |
- return ensureRareData().ensureNodeLists()->addCacheWithAtomicName<HTMLCollection>(this, NodeChildren); |
+ return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, NodeChildren); |
} |
Element* ContainerNode::firstElementChild() const |