Index: Source/core/dom/ContainerNode.cpp |
diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp |
index 6115b2f19e2a782f24ab85dbe32b0a1e6b31a891..d722446ce0ea59c7b34f3ce9e30dad50c9fd0345 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 |