Chromium Code Reviews| Index: Source/platform/Timer.h |
| diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h |
| index 25b99322e92880413f7dbce9110affa36fd76b21..9bc1863667f68ce75624f5a27452a6a77dd09932 100644 |
| --- a/Source/platform/Timer.h |
| +++ b/Source/platform/Timer.h |
| @@ -106,7 +106,7 @@ private: |
| Vector<TimerBase*>* m_cachedThreadGlobalTimerHeap; |
| TraceLocation m_location; |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| ThreadIdentifier m_thread; |
| #endif |