| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 0e981a7908caa69df66dea83dcc8d80b7be5afc7..2edf72a900e21cd66d8786e801a89e132a82363a 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -310,6 +310,7 @@ public:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) { }
|
|
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const;
|
| + virtual const QualifiedName* subResourceAttributeName() const;
|
|
|
| // Only called by the parser immediately after element construction.
|
| void parserSetAttributes(const Vector<Attribute>&);
|
|
|