Chromium Code Reviews| 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()); |
|
esprehn
2014/08/13 07:01:10
Isn't this specific to the document type (html vs
deepak.sa
2014/08/13 12:44:38
Done.
|
| } |
| void CustomElementRegistrationContext::trace(Visitor* visitor) |