| Index: sky/engine/core/html/HTMLAnchorElement.h
|
| diff --git a/sky/engine/core/html/HTMLAnchorElement.h b/sky/engine/core/html/HTMLAnchorElement.h
|
| index 0eaf76f8ca109ef687801874b2685fcafec67a49..508479594381d75822c040283a6c3acf54cdb047 100644
|
| --- a/sky/engine/core/html/HTMLAnchorElement.h
|
| +++ b/sky/engine/core/html/HTMLAnchorElement.h
|
| @@ -50,7 +50,6 @@ private:
|
| virtual void defaultEventHandler(Event*) override final;
|
| virtual bool willRespondToMouseClickEvents() override final;
|
| virtual bool isURLAttribute(const Attribute&) const override final;
|
| - virtual bool hasLegalLinkAttribute(const QualifiedName&) const override final;
|
| virtual bool canStartSelection() const override final;
|
|
|
| void handleClick(Event*);
|
|
|