| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 74d3965142bd8e6dea27cf522c36500443f7d29d..bea0759520a95bcb63ef8c07c489cd22ec1ec2e8 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -1037,7 +1037,7 @@ bool Element::hasLegalLinkAttribute(const QualifiedName&) const
|
|
|
| const QualifiedName& Element::subResourceAttributeName() const
|
| {
|
| - return nullQName();
|
| + return QualifiedName::null();
|
| }
|
|
|
| inline void Element::attributeChangedFromParserOrByCloning(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason)
|
|
|