Index: Source/core/rendering/RenderTextControlSingleLine.cpp |
diff --git a/Source/core/rendering/RenderTextControlSingleLine.cpp b/Source/core/rendering/RenderTextControlSingleLine.cpp |
index 4c09785ddb1a12b2ed85d2ecc5ec216f359131c5..5380ae12859eb7cb1910536cfb892c73cbc14183 100644 |
--- a/Source/core/rendering/RenderTextControlSingleLine.cpp |
+++ b/Source/core/rendering/RenderTextControlSingleLine.cpp |
@@ -66,7 +66,7 @@ void RenderTextControlSingleLine::paint(PaintInfo& paintInfo, const LayoutPoint& |
{ |
RenderTextControl::paint(paintInfo, paintOffset); |
- if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { |
+ if (paintInfo.getPhase() == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { |
LayoutRect contentsRect = contentBoxRect(); |
// Center in the block progression direction. |