| Index: third_party/WebKit/Source/core/frame/PlatformEventController.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/PlatformEventController.cpp b/third_party/WebKit/Source/core/frame/PlatformEventController.cpp
|
| index de4986b5b65191c32d39bc73fe8e8110cce3b4cd..492b3726805c551b4921ceadc7426b695539139d 100644
|
| --- a/third_party/WebKit/Source/core/frame/PlatformEventController.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/PlatformEventController.cpp
|
| @@ -20,8 +20,8 @@ PlatformEventController::~PlatformEventController() {}
|
|
|
| void PlatformEventController::OneShotCallback(TimerBase* timer) {
|
| DCHECK_EQ(timer, &timer_);
|
| - ASSERT(HasLastData());
|
| - ASSERT(!timer_.IsActive());
|
| + DCHECK(HasLastData());
|
| + DCHECK(!timer_.IsActive());
|
|
|
| DidUpdateData();
|
| }
|
|
|