| Index: sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h b/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| index fdebebcaf5a6ff611fa61c3cbd192c1dae384513..2ecfb26277854777784048547e2a10ba8ae6c22c 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| @@ -55,8 +55,6 @@ public:
|
| void add(const CustomElementDescriptor&, Element*);
|
| PassOwnPtr<ElementSet> takeUpgradeCandidatesFor(const CustomElementDescriptor&);
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| CustomElementUpgradeCandidateMap() { }
|
|
|
|
|