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

Unified Diff: Source/core/core.gypi

Issue 14626005: Upgrade elements that are created before a custom element definition is registered (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback+test Created 7 years, 8 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 | « Source/bindings/v8/CustomElementHelpers.cpp ('k') | Source/core/dom/CustomElementDefinition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index f32998b5515f10a278a310a531e314817f67f5bc..56676d7ae66748326ae9754680eca4e171bdb0a9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1695,6 +1695,8 @@
'dom/CustomElementDefinition.h',
'dom/CustomElementRegistry.cpp',
'dom/CustomElementRegistry.h',
+ 'dom/CustomElementUpgradeCandidateMap.cpp',
+ 'dom/CustomElementUpgradeCandidateMap.h',
'dom/CustomEvent.cpp',
'dom/CustomEvent.h',
'dom/DOMCoreException.cpp',
« no previous file with comments | « Source/bindings/v8/CustomElementHelpers.cpp ('k') | Source/core/dom/CustomElementDefinition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698