Index: Source/core/dom/custom/CustomElementRegistrationContext.cpp |
diff --git a/Source/core/dom/custom/CustomElementRegistrationContext.cpp b/Source/core/dom/custom/CustomElementRegistrationContext.cpp |
index da7d6229d2f2cd42e72fc2a024109a42f81c9bf2..e72629c44563d73094b301d4d3bfbe0cfaa38ff9 100644 |
--- a/Source/core/dom/custom/CustomElementRegistrationContext.cpp |
+++ b/Source/core/dom/custom/CustomElementRegistrationContext.cpp |
@@ -152,7 +152,7 @@ void CustomElementRegistrationContext::setTypeExtension(Element* element, const |
return; |
element->setCustomElementState(Element::WaitingForUpgrade); |
- context->didGiveTypeExtension(element, type); |
+ context->didGiveTypeExtension(element, type.lower()); |
dominicc (has gone to gerrit)
2014/08/11 06:05:27
Add a test for type extensions.
deepak.sa
2014/08/11 10:32:50
Done.
|
} |
void CustomElementRegistrationContext::trace(Visitor* visitor) |