| 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 34c5944488d9d5beb23829710c9ce83c5688f908..ec6ee91211441a538a4f2bcd42882e6bfef72628 100644
|
| --- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
|
| @@ -113,7 +113,7 @@ void ValidationMessageClientImpl::documentDetached(const Document& document)
|
|
|
| void ValidationMessageClientImpl::checkAnchorStatus(Timer<ValidationMessageClientImpl>*)
|
| {
|
| - ASSERT(m_currentAnchor);
|
| + DCHECK(m_currentAnchor);
|
| if (monotonicallyIncreasingTime() >= m_finishTime || !currentView()) {
|
| hideValidationMessage(*m_currentAnchor);
|
| return;
|
|
|