Index: third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp b/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp |
index c661a3e5da98e380adc871d4f5726964ecf47e1c..ae87939ae4b0c1fc6aeff156bc9d4c3942292f04 100644 |
--- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp |
@@ -87,7 +87,7 @@ void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, c |
m_finishTime = monotonicallyIncreasingTime() + std::max(minimumSecondToShowValidationMessage, (message.length() + subMessage.length()) * secondPerCharacter); |
// FIXME: We should invoke checkAnchorStatus actively when layout, scroll, |
// or page scale change happen. |
- m_timer.startRepeating(statusCheckInterval, FROM_HERE); |
+ m_timer.startRepeating(statusCheckInterval, BLINK_FROM_HERE); |
} |
void ValidationMessageClientImpl::hideValidationMessage(const Element& anchor) |