| Index: Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| diff --git a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| index 3d139453d871d07b433a499c4cd965754c47dd95..25f998b30663947ea848bb3ae3598c7a366360cd 100644
|
| --- a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| +++ b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| @@ -53,7 +53,7 @@ public:
|
| void add(const CustomElementDescriptor&, Element*);
|
| PassOwnPtrWillBeRawPtr<ElementSet> takeUpgradeCandidatesFor(const CustomElementDescriptor&);
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| CustomElementUpgradeCandidateMap() { }
|
|
|