| Index: third_party/WebKit/Source/platform/Timer.h
|
| diff --git a/third_party/WebKit/Source/platform/Timer.h b/third_party/WebKit/Source/platform/Timer.h
|
| index c5423b6625c2d6893384515e7ba15380fd454912..6afec7d7e28a45722099bf1494f927a419a8e6ae 100644
|
| --- a/third_party/WebKit/Source/platform/Timer.h
|
| +++ b/third_party/WebKit/Source/platform/Timer.h
|
| @@ -130,7 +130,7 @@ private:
|
| CancellableTimerTask* m_cancellableTimerTask; // NOT OWNED
|
| WebTaskRunner* m_webTaskRunner; // Not owned.
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| ThreadIdentifier m_thread;
|
| #endif
|
|
|
|
|