summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/JavaScriptDebugServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/JavaScriptDebugServer.h')
-rw-r--r--WebCore/inspector/JavaScriptDebugServer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/inspector/JavaScriptDebugServer.h b/WebCore/inspector/JavaScriptDebugServer.h
index f3ee5a4..12c1099 100644
--- a/WebCore/inspector/JavaScriptDebugServer.h
+++ b/WebCore/inspector/JavaScriptDebugServer.h
@@ -45,7 +45,6 @@ namespace WebCore {
class FrameView;
class Page;
class PageGroup;
- class PausedTimeouts;
class JavaScriptCallFrame;
class JavaScriptDebugListener;
@@ -122,7 +121,6 @@ namespace WebCore {
bool m_doneProcessingDebuggerEvents;
JavaScriptCallFrame* m_pauseOnCallFrame;
RefPtr<JavaScriptCallFrame> m_currentCallFrame;
- HashMap<RefPtr<Frame>, PausedTimeouts*> m_pausedTimeouts;
HashMap<intptr_t, HashSet<unsigned>*> m_breakpoints;
Timer<JavaScriptDebugServer> m_recompileTimer;
};