Index: Source/WebCore/inspector/InspectorRuntimeAgent.h |
=================================================================== |
--- Source/WebCore/inspector/InspectorRuntimeAgent.h (revision 133600) |
+++ Source/WebCore/inspector/InspectorRuntimeAgent.h (working copy) |
@@ -85,10 +85,7 @@ |
#if ENABLE(JAVASCRIPT_DEBUGGER) |
void setScriptDebugServer(ScriptDebugServer*); |
-#if ENABLE(WORKERS) |
- void pauseWorkerContext(WorkerContext*); |
#endif |
-#endif |
protected: |
InspectorRuntimeAgent(InstrumentingAgents*, InspectorState*, InjectedScriptManager*); |
@@ -105,7 +102,6 @@ |
#if ENABLE(JAVASCRIPT_DEBUGGER) |
ScriptDebugServer* m_scriptDebugServer; |
#endif |
- bool m_paused; |
}; |
} // namespace WebCore |