| Index: Source/core/html/LabelsNodeList.h
|
| diff --git a/Source/core/html/LabelsNodeList.h b/Source/core/html/LabelsNodeList.h
|
| index d1d250f6ea20cd44fd0005916c32d9aa13abd16c..1999159228bdd0099f267e750a4de9877d97a0ff 100644
|
| --- a/Source/core/html/LabelsNodeList.h
|
| +++ b/Source/core/html/LabelsNodeList.h
|
| @@ -43,7 +43,7 @@ public:
|
| protected:
|
| explicit LabelsNodeList(ContainerNode&);
|
|
|
| - virtual bool elementMatches(const Element&) const override;
|
| + bool elementMatches(const Element&) const override;
|
| };
|
|
|
| } // namespace blink
|
|
|