| Index: sky/engine/core/html/HTMLAnchorElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLAnchorElement.cpp b/sky/engine/core/html/HTMLAnchorElement.cpp
|
| index 8a08fec2e33238ef1d21e24f0542a7ddab37f985..9bed919ebbe265b47542037aff81257bc715b9fa 100644
|
| --- a/sky/engine/core/html/HTMLAnchorElement.cpp
|
| +++ b/sky/engine/core/html/HTMLAnchorElement.cpp
|
| @@ -103,11 +103,6 @@ bool HTMLAnchorElement::isURLAttribute(const Attribute& attribute) const
|
| return attribute.name() == HTMLNames::hrefAttr || HTMLElement::isURLAttribute(attribute);
|
| }
|
|
|
| -bool HTMLAnchorElement::hasLegalLinkAttribute(const QualifiedName& name) const
|
| -{
|
| - return name == HTMLNames::hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
|
| -}
|
| -
|
| bool HTMLAnchorElement::canStartSelection() const
|
| {
|
| return hasEditableStyle();
|
|
|