Index: third_party/WebKit/Source/core/html/custom/V0CustomElementRegistry.cpp |
diff --git a/third_party/WebKit/Source/core/html/custom/V0CustomElementRegistry.cpp b/third_party/WebKit/Source/core/html/custom/V0CustomElementRegistry.cpp |
index 5b10f83b0058fd2d163afa49918ca74af1142654..f3648be6f9161fe81c2b1f04541dd524a2b58bfe 100644 |
--- a/third_party/WebKit/Source/core/html/custom/V0CustomElementRegistry.cpp |
+++ b/third_party/WebKit/Source/core/html/custom/V0CustomElementRegistry.cpp |
@@ -48,7 +48,7 @@ V0CustomElementDefinition* V0CustomElementRegistry::RegisterElement( |
const AtomicString& user_supplied_name, |
V0CustomElement::NameSet valid_names, |
ExceptionState& exception_state) { |
- AtomicString type = user_supplied_name.DeprecatedLower(); |
+ AtomicString type = user_supplied_name.LowerASCII(); |
if (!constructor_builder->IsFeatureAllowed()) { |
V0CustomElementException::ThrowException( |