summaryrefslogtreecommitdiffstats
path: root/WebCore/page/DOMTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/DOMTimer.h')
-rw-r--r--WebCore/page/DOMTimer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/page/DOMTimer.h b/WebCore/page/DOMTimer.h
index 6d6271f..460430f 100644
--- a/WebCore/page/DOMTimer.h
+++ b/WebCore/page/DOMTimer.h
@@ -33,6 +33,7 @@
namespace WebCore {
+ class InspectorTimelineAgent;
class ScheduledAction;
class DOMTimer : public TimerBase, public ActiveDOMObject {
@@ -66,6 +67,9 @@ namespace WebCore {
OwnPtr<ScheduledAction> m_action;
double m_nextFireInterval;
double m_repeatInterval;
+#if !ASSERT_DISABLED
+ bool m_suspended;
+#endif
static double s_minTimerInterval;
};