Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
index a7a0253fd224bd392b1206fca90d745b124c6a63..5243c2c1f326fefff3300ba8d7b4679b951cb57f 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
@@ -177,7 +177,6 @@ PositionWithAffinity LayoutSVGInlineText::positionForPoint(const LayoutPoint& po |
const SVGTextFragment* closestDistanceFragment = nullptr; |
SVGInlineTextBox* closestDistanceBox = nullptr; |
- AffineTransform fragmentTransform; |
for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { |
if (!box->isSVGInlineTextBox()) |
continue; |