| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index c97f95d2dc5fd26226b763e426c036a06eab8464..6e82497285b15cf23d3d05e1fd98aa5da0ba9342 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -1071,6 +1071,11 @@ bool Element::hasLegalLinkAttribute(const QualifiedName&) const
|
| return false;
|
| }
|
|
|
| +const QualifiedName& Element::subResourceAttributeName() const
|
| +{
|
| + return nullQName();
|
| +}
|
| +
|
| inline void Element::attributeChangedFromParserOrByCloning(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason)
|
| {
|
| if (name == isAttr)
|
|
|