| Index: Source/core/dom/NameNodeList.h
|
| diff --git a/Source/core/dom/NameNodeList.h b/Source/core/dom/NameNodeList.h
|
| index 5a595d8d9a369fe180fe1103f08c11555d40a3f4..0d93e2ae4e969a3a25583a6ebd7c5f1fe2ebadb9 100644
|
| --- a/Source/core/dom/NameNodeList.h
|
| +++ b/Source/core/dom/NameNodeList.h
|
| @@ -44,7 +44,7 @@ public:
|
| private:
|
| NameNodeList(PassRefPtr<Node> rootNode, const AtomicString& name);
|
|
|
| - virtual bool nodeMatches(Element*) const OVERRIDE;
|
| + virtual bool nodeMatches(const Element&) const OVERRIDE;
|
|
|
| AtomicString m_name;
|
| };
|
|
|