Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: sky/engine/core/dom/custom/CustomElementRegistrationContext.h

Issue 843063005: Remove custom element upgrades. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
}
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698