Index: Source/core/rendering/InlineFlowBox.cpp |
diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp |
index dc5059527b1340c76e6e80a9f273a02f8f49a232..191deb2500a9c93c11a9a9649f6a1ddf3853863c 100644 |
--- a/Source/core/rendering/InlineFlowBox.cpp |
+++ b/Source/core/rendering/InlineFlowBox.cpp |
@@ -1071,7 +1071,7 @@ void InlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, |
flipForWritingMode(overflowRect); |
overflowRect.moveBy(paintOffset); |
- if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect))) |
+ if (!paintInfo.rect().intersects(pixelSnappedIntRect(overflowRect))) |
return; |
if (paintInfo.phase != PaintPhaseChildOutlines) { |