Index: Source/core/layout/line/AbstractInlineTextBox.cpp |
diff --git a/Source/core/layout/line/AbstractInlineTextBox.cpp b/Source/core/layout/line/AbstractInlineTextBox.cpp |
index d0623c76c8f6b0b66a847e7260246297550f56d8..4491ff830569a2e8243c0e4fa7521fb048359b24 100644 |
--- a/Source/core/layout/line/AbstractInlineTextBox.cpp |
+++ b/Source/core/layout/line/AbstractInlineTextBox.cpp |
@@ -99,7 +99,7 @@ LayoutRect AbstractInlineTextBox::bounds() const |
if (!m_inlineTextBox || !m_layoutText) |
return LayoutRect(); |
- FloatRect boundaries = m_inlineTextBox->calculateBoundaries(); |
+ FloatRect boundaries(m_inlineTextBox->calculateBoundaries()); |
return LayoutRect(m_layoutText->localToAbsoluteQuad(boundaries).enclosingBoundingBox()); |
} |