| Index: Source/core/dom/CustomElementUpgradeCandidateMap.h
|
| diff --git a/Source/core/dom/CustomElementUpgradeCandidateMap.h b/Source/core/dom/CustomElementUpgradeCandidateMap.h
|
| index 0fef2f85969e537cc1dd2a93bc28434014d7500f..f9f23114f3cb6bf6751fe9e2e31635fffa28f348 100644
|
| --- a/Source/core/dom/CustomElementUpgradeCandidateMap.h
|
| +++ b/Source/core/dom/CustomElementUpgradeCandidateMap.h
|
| @@ -60,6 +60,9 @@ private:
|
| virtual void elementWasDestroyed(Element*) OVERRIDE;
|
| void removeCommon(Element*);
|
|
|
| + virtual void elementDidFinishParsingChildren(Element*) OVERRIDE;
|
| + void moveToEnd(Element*);
|
| +
|
| typedef HashMap<Element*, CustomElementDescriptor> UpgradeCandidateMap;
|
| UpgradeCandidateMap m_upgradeCandidates;
|
|
|
|
|