Chromium Code Reviews| Index: Source/core/frame/SuspendableTimer.h |
| diff --git a/Source/core/frame/SuspendableTimer.h b/Source/core/frame/SuspendableTimer.h |
| index c07f0d73e2726c760c09b64bb286273460f9ca3c..9b92b6372bc8b4a9672b997eb19f5b352fbcd254 100644 |
| --- a/Source/core/frame/SuspendableTimer.h |
| +++ b/Source/core/frame/SuspendableTimer.h |
| @@ -49,7 +49,7 @@ private: |
| double m_nextFireInterval; |
| double m_repeatInterval; |
| bool m_active; |
| -#if !ASSERT_DISABLED |
| +#if ASSERT_ENABLED |
| bool m_suspended; |
| #endif |
| }; |