Index: Source/core/html/HTMLAnchorElement.cpp |
diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp |
index 33e6a318c7b93d13044a36ad4a3bce30857debed..345b516908bc4238afcd69faf989a0a04fa58170 100644 |
--- a/Source/core/html/HTMLAnchorElement.cpp |
+++ b/Source/core/html/HTMLAnchorElement.cpp |
@@ -303,7 +303,6 @@ bool HTMLAnchorElement::isURLAttribute(const Attribute& attribute) const |
bool HTMLAnchorElement::canStartSelection() const |
{ |
- // FIXME: We probably want this same behavior in SVGAElement too |
if (!isLink()) |
return HTMLElement::canStartSelection(); |
return rendererIsEditable(); |