Index: Source/core/rendering/InlineFlowBox.cpp |
diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp |
index 6eb96a5cdb8169980e2cfe4c7e8070029c05649c..089b2c5cf0d37a8ca452e33e668939a2cc890b8d 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) { |