| Index: Source/core/html/LabelsNodeList.h
|
| diff --git a/Source/core/html/LabelsNodeList.h b/Source/core/html/LabelsNodeList.h
|
| index 35f36c3ecefec83f17f207f8dc80bc9210fa88b1..8be1648f6ae17c896c64b67199ba23f5b05269c8 100644
|
| --- a/Source/core/html/LabelsNodeList.h
|
| +++ b/Source/core/html/LabelsNodeList.h
|
| @@ -43,7 +43,7 @@ public:
|
| protected:
|
| explicit LabelsNodeList(Node*);
|
|
|
| - virtual bool nodeMatches(Element*) const OVERRIDE;
|
| + virtual bool nodeMatches(const Element&) const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|