| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index b4ea12891ae22e92f1c2fad4849c70e423357fb7..58551f60fccd94be8f5a2fc9b060a1d5e5a442cf 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -184,9 +184,6 @@ 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>&);
|
|
|
|
|