Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp |
index 9ae81abab5cadcac05a2b46b0f1d4756eb4e7cd7..c82fb1e91220dc534395ae116707bd733da56d94 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp |
@@ -72,7 +72,7 @@ LayoutUnit InlineFlowBox::getFlowSpacingLogicalWidth() { |
} |
LayoutRect InlineFlowBox::frameRect() const { |
- return LayoutRect(topLeft(), size()); |
+ return LayoutRect(location(), size()); |
} |
static void setHasTextDescendantsOnAncestors(InlineFlowBox* box) { |