| Index: Source/core/html/LabelableElement.h
|
| diff --git a/Source/core/html/LabelableElement.h b/Source/core/html/LabelableElement.h
|
| index 03cf6a0758bc0a7df6a076003a432a5388c9c2f9..a6f1d4e98eb2d6a4d3a7faa5538c9331863d607a 100644
|
| --- a/Source/core/html/LabelableElement.h
|
| +++ b/Source/core/html/LabelableElement.h
|
| @@ -45,7 +45,7 @@ public:
|
| PassRefPtrWillBeRawPtr<LabelsNodeList> labels();
|
| virtual bool supportLabels() const { return false; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| LabelableElement(const QualifiedName& tagName, Document&);
|
|
|