| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index ff846f4c018b728ed8ff8fec2111f6438aebabea..d5699359c87b8a69d254b94c70308101eeb3fc4d 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -278,6 +278,8 @@ public:
|
| virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) { }
|
|
|
| + virtual bool hasLegalLinkAttribute(const QualifiedName&) const;
|
| +
|
| // Only called by the parser immediately after element construction.
|
| void parserSetAttributes(const Vector<Attribute>&);
|
|
|
|
|