Index: Source/web/ValidationMessageClientImpl.cpp |
diff --git a/Source/web/ValidationMessageClientImpl.cpp b/Source/web/ValidationMessageClientImpl.cpp |
index d3c901b522cb2e2ab99c3156cfbd2e20c7f806b9..da3b66a16313f38e40b262c3e1c9705150e078a8 100644 |
--- a/Source/web/ValidationMessageClientImpl.cpp |
+++ b/Source/web/ValidationMessageClientImpl.cpp |
@@ -68,7 +68,7 @@ void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, c |
hideValidationMessage(anchor); |
return; |
} |
- if (!anchor.renderBox()) |
+ if (!anchor.layoutBox()) |
return; |
if (m_currentAnchor) |
hideValidationMessage(*m_currentAnchor); |