Index: Source/core/rendering/RenderSelectionInfo.h |
diff --git a/Source/core/rendering/RenderSelectionInfo.h b/Source/core/rendering/RenderSelectionInfo.h |
index da73ebe03ad68319d2d1e7dcdea66cdc4b795077..3f379728ff19e7441502bfd3deeb8f84fc35471f 100644 |
--- a/Source/core/rendering/RenderSelectionInfo.h |
+++ b/Source/core/rendering/RenderSelectionInfo.h |
@@ -68,7 +68,7 @@ public: |
void repaint() |
{ |
- m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect), InvalidationSelection); |
+ m_object->invalidatePaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect), InvalidationSelection); |
} |
LayoutRect rect() const { return m_rect; } |
@@ -89,7 +89,7 @@ public: |
void repaint() |
{ |
- m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects), InvalidationSelection); |
+ m_object->invalidatePaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects), InvalidationSelection); |
} |
RenderBlock* block() const { return toRenderBlock(m_object); } |