| Index: cc/test/scheduler_test_common.cc
|
| diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
|
| index 728cdc52f7ad1e411583e1cd4939edad48211af2..a8ace32e755e9c1f48b6d2e5838975d5de69cff5 100644
|
| --- a/cc/test/scheduler_test_common.cc
|
| +++ b/cc/test/scheduler_test_common.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include "CCSchedulerTestCommon.h"
|
|
|
| +#include "cc/dcheck.h"
|
| +
|
| namespace WebKitTests {
|
|
|
| void FakeCCTimeSourceClient::onTimerTick()
|
| @@ -24,7 +26,7 @@ FakeCCThread::~FakeCCThread()
|
|
|
| void FakeCCThread::postTask(PassOwnPtr<Task>)
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| void FakeCCThread::postDelayedTask(PassOwnPtr<Task> task, long long delay)
|
|
|