Index: Source/core/dom/custom/CustomElementUpgradeCandidateMap.h |
diff --git a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h |
index 7410631856085078994516db4ba47ea5791de3f1..3d139453d871d07b433a499c4cd965754c47dd95 100644 |
--- a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h |
+++ b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h |
@@ -60,9 +60,6 @@ private: |
virtual void elementWasDestroyed(Element*) override; |
- virtual void elementDidFinishParsingChildren(Element*) override; |
- void moveToEnd(Element*); |
- |
typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<Element>, CustomElementDescriptor> UpgradeCandidateMap; |
UpgradeCandidateMap m_upgradeCandidates; |