| Index: Source/core/dom/ChildNodeList.h
|
| diff --git a/Source/core/dom/ChildNodeList.h b/Source/core/dom/ChildNodeList.h
|
| index 46f5beab4b15b00610e0711d120b3b1de6f9e35d..a0b8240642ca1f968278c7cdcb0337f16083302a 100644
|
| --- a/Source/core/dom/ChildNodeList.h
|
| +++ b/Source/core/dom/ChildNodeList.h
|
| @@ -41,7 +41,7 @@ public:
|
| protected:
|
| explicit ChildNodeList(PassRefPtr<Node> rootNode);
|
|
|
| - virtual bool nodeMatches(Element*) const OVERRIDE;
|
| + virtual bool nodeMatches(const Element&) const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|