| Index: sky/engine/core/html/HTMLAnchorElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLAnchorElement.cpp b/sky/engine/core/html/HTMLAnchorElement.cpp
|
| index 73ac2a64643f64f437ddf5829fe0c85796f5b703..8a08fec2e33238ef1d21e24f0542a7ddab37f985 100644
|
| --- a/sky/engine/core/html/HTMLAnchorElement.cpp
|
| +++ b/sky/engine/core/html/HTMLAnchorElement.cpp
|
| @@ -148,9 +148,4 @@ bool HTMLAnchorElement::willRespondToMouseClickEvents()
|
| return isLiveLink();
|
| }
|
|
|
| -bool HTMLAnchorElement::isInteractiveContent() const
|
| -{
|
| - return isLiveLink();
|
| -}
|
| -
|
| }
|
|
|