Chromium Code Reviews| Index: Source/web/WebNode.cpp |
| diff --git a/Source/web/WebNode.cpp b/Source/web/WebNode.cpp |
| index 780cc6ea179a70a11aa6d6f419cc900baaeb55d3..db64b165c3a6b2b9cf9fd0634afd3ed7ea9a156b 100644 |
| --- a/Source/web/WebNode.cpp |
| +++ b/Source/web/WebNode.cpp |
| @@ -127,7 +127,7 @@ WebNode WebNode::nextSibling() const |
| bool WebNode::hasChildNodes() const |
| { |
| - return m_private->hasChildNodes(); |
| + return m_private->hasChildren(); |
| } |
| WebNodeList WebNode::childNodes() |