| 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 cc1399d2727919d1f70f56184df53e1677c277a6..93aebd3ca095fbd28fe3e3b008c97a1e5569d8a9 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;
|
|
|