Index: Source/core/dom/custom/CustomElement.cpp |
diff --git a/Source/core/dom/custom/CustomElement.cpp b/Source/core/dom/custom/CustomElement.cpp |
index 432b7f5ba7c94a64155427f62dc52711008a0146..f44f4e531c8eee7284aec16957b15961008a8f20 100644 |
--- a/Source/core/dom/custom/CustomElement.cpp |
+++ b/Source/core/dom/custom/CustomElement.cpp |
@@ -68,9 +68,6 @@ bool CustomElement::isValidName(const AtomicString& name, NameSet validNames) |
DEFINE_STATIC_LOCAL(Vector<AtomicString>, reservedNames, ()); |
if (reservedNames.isEmpty()) { |
reservedNames.append(MathMLNames::annotation_xmlTag.localName()); |
- // In principle, "color-profile" should exist in the SVGNames |
- // namespace, but we don't implement the color-profile element. |
- reservedNames.append("color-profile"); |
reservedNames.append(SVGNames::font_faceTag.localName()); |
reservedNames.append(SVGNames::font_face_srcTag.localName()); |
reservedNames.append(SVGNames::font_face_uriTag.localName()); |