| Index: Source/core/dom/custom/CustomElementRegistry.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementRegistry.cpp b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| index e94c2854bde0bd00530951eb28d01012d8fbcb60..f5f3bf1d5419fe04e352163312305b8a1a5f04c9 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;
|
|
|
|
|