| Index: Source/core/dom/LiveNodeList.cpp
 | 
| diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp
 | 
| index 8f7c6cc28924137ff7f80322c991d1f0eee3c798..d079fb081b64be3d4f61e30b50a1bf29adbaa212 100644
 | 
| --- a/Source/core/dom/LiveNodeList.cpp
 | 
| +++ b/Source/core/dom/LiveNodeList.cpp
 | 
| @@ -27,7 +27,7 @@ namespace WebCore {
 | 
|  
 | 
|  static inline bool isMatchingElement(const LiveNodeList& nodeList, const Element& element)
 | 
|  {
 | 
| -    return nodeList.nodeMatches(element);
 | 
| +    return nodeList.elementMatches(element);
 | 
|  }
 | 
|  
 | 
|  Node* LiveNodeList::virtualOwnerNode() const
 | 
| 
 |