| Index: sky/engine/core/dom/custom/CustomElementRegistrationContext.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementRegistrationContext.h b/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
|
| index 5b6fddd78da0f635048d3bc618744b09e27fb1ea..9306d2fd3b7d335a409d669a94867aff034cc661 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
|
| @@ -34,7 +34,6 @@
|
| #include "sky/engine/core/dom/QualifiedName.h"
|
| #include "sky/engine/core/dom/custom/CustomElementDescriptor.h"
|
| #include "sky/engine/core/dom/custom/CustomElementRegistry.h"
|
| -#include "sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| #include "sky/engine/wtf/PassOwnPtr.h"
|
| @@ -71,9 +70,6 @@ private:
|
| void resolveOrScheduleResolution(Element*);
|
|
|
| CustomElementRegistry m_registry;
|
| -
|
| - // Element creation
|
| - OwnPtr<CustomElementUpgradeCandidateMap> m_candidates;
|
| };
|
|
|
| }
|
|
|