| Index: Source/core/dom/custom/CustomElementRegistry.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementRegistry.cpp b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| index 82b4eb40e8ce08c38a223bcd8a6305e9d0cced77..53ff03e438947055c98d2adc5eecbb7853354e15 100644
|
| --- a/Source/core/dom/custom/CustomElementRegistry.cpp
|
| +++ b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| @@ -81,7 +81,7 @@ CustomElementDefinition* CustomElementRegistry::registerElement(Document* docume
|
| return 0;
|
| }
|
|
|
| - QualifiedName tagName = nullQName();
|
| + QualifiedName tagName = QualifiedName::null();
|
| if (!constructorBuilder->validateOptions(type, tagName, exceptionState))
|
| return 0;
|
|
|
|
|