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