Index: Source/core/rendering/EllipsisBox.cpp |
diff --git a/Source/core/rendering/EllipsisBox.cpp b/Source/core/rendering/EllipsisBox.cpp |
index c5cb7cf373b49b2de4407fce19ae38b17c1c11c1..2660cfe51d84fb14bc310c244da2e5ec3277ab34 100644 |
--- a/Source/core/rendering/EllipsisBox.cpp |
+++ b/Source/core/rendering/EllipsisBox.cpp |
@@ -100,6 +100,7 @@ InlineBox* EllipsisBox::markupBox() const |
// If the last line-box on the last line of a block is a link, -webkit-line-clamp paints that box after the ellipsis. |
// It does not actually move the link. |
+ // FIXME: Now that we removed -webkit-line-clamp, can we remove this code...? |
InlineBox* anchorBox = lastLine->lastChild(); |
if (!anchorBox || !anchorBox->renderer()->style()->isLink()) |
return 0; |