Index: Source/core/dom/ContainerNode.cpp |
diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp |
index c66dd151c8ead741e8c395fa5dc7499189b80bc7..cc34ceb3882372750d8fc67f0ab56afc25184762 100644 |
--- a/Source/core/dom/ContainerNode.cpp |
+++ b/Source/core/dom/ContainerNode.cpp |
@@ -892,7 +892,7 @@ PassRefPtr<HTMLCollection> ContainerNode::children() |
Element* ContainerNode::firstElementChild() const |
{ |
- return ElementTraversal::firstWithin(this); |
+ return ElementTraversal::firstWithin(*this); |
} |
Element* ContainerNode::lastElementChild() const |