Index: third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.cpp |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.cpp |
index 1bd3aad2ffc571283db758477872f8e23179e72b..1a79af067da0cc0417e0dbb12668a146ae272426 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.cpp |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.cpp |
@@ -168,7 +168,6 @@ void CustomElementsRegistry::define( |
collectCandidates(descriptor, &candidates); |
for (Element* candidate : candidates) |
definition->enqueueUpgradeReaction(candidate); |
- |
// 19: when-defined promise processing |
const auto& entry = m_whenDefinedPromiseMap.find(name); |
if (entry == m_whenDefinedPromiseMap.end()) |